mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
add event prop on entry
This commit is contained in:
parent
e06cb1eb5f
commit
8e5d5db32b
@ -25,6 +25,10 @@ export class EventEntry extends BaseEntry {
|
|||||||
this._isEncrypted = false;
|
this._isEncrypted = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get event() {
|
||||||
|
return this._eventEntry.event;
|
||||||
|
}
|
||||||
|
|
||||||
get fragmentId() {
|
get fragmentId() {
|
||||||
return this._eventEntry.fragmentId;
|
return this._eventEntry.fragmentId;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user