Disable redacting reactions if we don't have sufficient permissions (#8767)

This commit is contained in:
Šimon Brandner
2022-06-10 18:41:05 +00:00
committed by GitHub
parent 3f99f594de
commit 9b8b1d193e
11 changed files with 37 additions and 9 deletions
@@ -209,6 +209,7 @@ function createRoomState(room: Room, narrow: boolean): IRoomState {
shouldPeek: true,
membersLoaded: false,
numUnreadMessages: 0,
canSelfRedact: false,
canPeek: false,
showApps: false,
isPeeking: false,