feat: Improved encryption UI
This commit is contained in:
parent
37a822f7b7
commit
f235f9de24
7 changed files with 128 additions and 77 deletions
|
|
@ -434,6 +434,8 @@ class _ChatState extends State<_Chat> {
|
|||
// always filter out edit and reaction relationships
|
||||
!{RelationshipTypes.Edit, RelationshipTypes.Reaction}
|
||||
.contains(e.relationshipType) &&
|
||||
// always filter out m.key.* events
|
||||
!e.type.startsWith('m.key.verification.') &&
|
||||
// if a reaction has been redacted we also want it to appear in the timeline
|
||||
e.type != EventTypes.Reaction &&
|
||||
// if we enabled to hide all redacted events, don't show those
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue