cleaning: Remove join button from call notify timelineItemView

This commit is contained in:
Valere 2026-04-16 16:35:28 +02:00
parent d8c540956a
commit 3f9b8b822e
13 changed files with 43 additions and 48 deletions

View file

@ -65,7 +65,7 @@ class EventItemFactory(
mode = DateFormatterMode.Full,
)
return when (val content = event.content) {
CallNotifyContent,
is CallNotifyContent,
is FailedToParseMessageLikeContent,
is FailedToParseStateContent,
LegacyCallInviteContent,