mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
no point in reacting to redacted messages
This commit is contained in:
parent
64f1abdfed
commit
f000e98619
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user