mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-09 11:55:37 +01:00
fixup: leftover from removing access to events
This commit is contained in:
parent
bfdff353b0
commit
e23abe209f
@ -4,7 +4,7 @@ export default class MessageTile extends SimpleTile {
|
|||||||
|
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
super(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._date = new Date(this._entry.timestamp);
|
||||||
this._isContinuation = false;
|
this._isContinuation = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user