chore: don't show overlay for redacted messages (#2052)
This commit is contained in:
parent
365b7f0a12
commit
c4ffde496c
1 changed files with 2 additions and 0 deletions
|
|
@ -1792,6 +1792,8 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
Event? nextEvent,
|
||||
Event? prevEvent,
|
||||
}) {
|
||||
if (event.redacted) return;
|
||||
|
||||
// Close keyboard, if open
|
||||
if (inputFocus.hasFocus && PlatformInfos.isMobile) {
|
||||
inputFocus.unfocus();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue