cleaning: Remove join button from call notify timelineItemView

This commit is contained in:
Valere 2026-04-16 16:35:28 +02:00
parent 260f934fbe
commit 868a90f2ef
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,