Fix replying using chat effect commands (#9101)
This commit is contained in:
parent
c0d69e1d30
commit
a2c5a59b22
4 changed files with 16 additions and 17 deletions
|
@ -337,7 +337,7 @@ class EditMessageComposer extends React.Component<IEditMessageComposerProps, ISt
|
|||
return; // errored
|
||||
}
|
||||
|
||||
if (cmd.category === CommandCategories.messages) {
|
||||
if (cmd.category === CommandCategories.messages || cmd.category === CommandCategories.effects) {
|
||||
editContent["m.new_content"] = content;
|
||||
} else {
|
||||
shouldSend = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue