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