forked from mystiq/hydrogen-web
WIP
This commit is contained in:
parent
2eb2e4e9b3
commit
8d4d9c6e8d
1 changed files with 5 additions and 0 deletions
|
@ -122,6 +122,11 @@ export class BaseMessageTile extends SimpleTile {
|
|||
return this._reactions;
|
||||
}
|
||||
|
||||
get canReact() {
|
||||
// TODO
|
||||
return true;
|
||||
}
|
||||
|
||||
react(key) {
|
||||
return this._room.sendEvent("m.reaction", this._entry.annotate(key));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue