Exlude CallMember state event from the timeline (Fixes #2625)
This commit is contained in:
parent
e296fe2877
commit
ce371657c0
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).
|
* Event types that will be filtered out from the timeline (i.e. not displayed).
|
||||||
*/
|
*/
|
||||||
val excludedEvents = listOf(
|
val excludedEvents = listOf(
|
||||||
|
StateEventType.CALL_MEMBER,
|
||||||
StateEventType.ROOM_ALIASES,
|
StateEventType.ROOM_ALIASES,
|
||||||
StateEventType.ROOM_CANONICAL_ALIAS,
|
StateEventType.ROOM_CANONICAL_ALIAS,
|
||||||
StateEventType.ROOM_GUEST_ACCESS,
|
StateEventType.ROOM_GUEST_ACCESS,
|
||||||
|
|
|
||||||
1
changelog.d/2625.bugfix
Normal file
1
changelog.d/2625.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Hide Event org.matrix.msc3401.call.member on the timeline.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue