Add missing case for LiveLocation sharing.
This commit is contained in:
parent
fd934faed2
commit
c78038d5ad
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ class TimelineEventContentMapper(
|
|||
}
|
||||
is TimelineItemContent.CallInvite -> LegacyCallInviteContent
|
||||
is TimelineItemContent.RtcNotification -> CallNotifyContent
|
||||
is TimelineItemContent.LiveLocation -> {
|
||||
UnknownContent
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue