Fix edge cases around event list summaries with hidden events and redactions (#7797)
This commit is contained in:
parent
76fb2abae1
commit
0cf15d27dc
3 changed files with 38 additions and 28 deletions
|
@ -226,6 +226,7 @@ export function getEventDisplayInfo(mxEvent: MatrixEvent, hideEvent?: boolean):
|
|||
!isBubbleMessage &&
|
||||
!isLeftAlignedBubbleMessage &&
|
||||
eventType !== EventType.RoomMessage &&
|
||||
eventType !== EventType.RoomMessageEncrypted &&
|
||||
eventType !== EventType.Sticker &&
|
||||
eventType !== EventType.RoomCreate &&
|
||||
!M_POLL_START.matches(eventType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue