add event prop on entry
This commit is contained in:
parent
e06cb1eb5f
commit
8e5d5db32b
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ export class EventEntry extends BaseEntry {
|
|||
this._isEncrypted = false;
|
||||
}
|
||||
|
||||
get event() {
|
||||
return this._eventEntry.event;
|
||||
}
|
||||
|
||||
get fragmentId() {
|
||||
return this._eventEntry.fragmentId;
|
||||
}
|
||||
|
|
Reference in a new issue