Exlude CallMember state event from the timeline (Fixes #2625)
This commit is contained in:
parent
2a248417fa
commit
71b8a1df90
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ object TimelineConfig {
|
|||
* Event types that will be filtered out from the timeline (i.e. not displayed).
|
||||
*/
|
||||
val excludedEvents = listOf(
|
||||
StateEventType.CALL_MEMBER,
|
||||
StateEventType.ROOM_ALIASES,
|
||||
StateEventType.ROOM_CANONICAL_ALIAS,
|
||||
StateEventType.ROOM_GUEST_ACCESS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue