no point in reacting to redacted messages

This commit is contained in:
Bruno Windels 2021-06-17 16:48:58 +02:00
parent 64f1abdfed
commit f000e98619

View file

@ -110,7 +110,7 @@ export class BaseMessageView extends TemplateView {
createMenuOptions(vm) {
const options = [];
if (vm.canReact) {
if (vm.canReact && vm.shape !== "redacted") {
options.push(new QuickReactionsMenuOption(vm));
}
if (vm.canAbortSending) {