Exlude CallMember state event from the timeline (Fixes #2625)

This commit is contained in:
Benoit Marty 2024-04-02 14:36:44 +02:00
parent 2a248417fa
commit 71b8a1df90
2 changed files with 2 additions and 0 deletions

View file

@ -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,

1
changelog.d/2625.bugfix Normal file
View file

@ -0,0 +1 @@
Hide Event org.matrix.msc3401.call.member on the timeline.