You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
added event handling back
This commit is contained in:
@@ -1047,7 +1047,7 @@ export const Commands = [
|
||||
runFn: function(roomId, args) {
|
||||
return success((async () => {
|
||||
if (!args) {
|
||||
args = _t("sends confetti");
|
||||
args = "sends confetti";
|
||||
MatrixClientPeg.get().sendEmoteMessage(roomId, args);
|
||||
} else {
|
||||
MatrixClientPeg.get().sendTextMessage(roomId, args);
|
||||
|
||||
Reference in New Issue
Block a user