fixup: leftover from removing access to events
This commit is contained in:
parent
bfdff353b0
commit
e23abe209f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export default class MessageTile extends SimpleTile {
|
|||
|
||||
constructor(options) {
|
||||
super(options);
|
||||
this._isOwn = this._entry.event.sender === options.ownUserId;
|
||||
this._isOwn = this._entry.sender === options.ownUserId;
|
||||
this._date = new Date(this._entry.timestamp);
|
||||
this._isContinuation = false;
|
||||
}
|
||||
|
|
Reference in a new issue