forked from mystiq/hydrogen-web
no point in reacting to redacted messages
This commit is contained in:
parent
64f1abdfed
commit
f000e98619
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export class BaseMessageView extends TemplateView {
|
||||||
|
|
||||||
createMenuOptions(vm) {
|
createMenuOptions(vm) {
|
||||||
const options = [];
|
const options = [];
|
||||||
if (vm.canReact) {
|
if (vm.canReact && vm.shape !== "redacted") {
|
||||||
options.push(new QuickReactionsMenuOption(vm));
|
options.push(new QuickReactionsMenuOption(vm));
|
||||||
}
|
}
|
||||||
if (vm.canAbortSending) {
|
if (vm.canAbortSending) {
|
||||||
|
|
Loading…
Reference in a new issue