mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
WIP
This commit is contained in:
parent
2eb2e4e9b3
commit
8d4d9c6e8d
@ -122,6 +122,11 @@ export class BaseMessageTile extends SimpleTile {
|
|||||||
return this._reactions;
|
return this._reactions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get canReact() {
|
||||||
|
// TODO
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
react(key) {
|
react(key) {
|
||||||
return this._room.sendEvent("m.reaction", this._entry.annotate(key));
|
return this._room.sendEvent("m.reaction", this._entry.annotate(key));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user