review: Make call intent not optional in content
This commit is contained in:
parent
6f4dab91a6
commit
0f6b706c7a
4 changed files with 7 additions and 10 deletions
|
|
@ -117,7 +117,7 @@ data class LiveLocationContent(
|
|||
data object LegacyCallInviteContent : EventContent
|
||||
|
||||
data class CallNotifyContent(
|
||||
val callIntent: CallIntent?
|
||||
val callIntent: CallIntent
|
||||
) : EventContent
|
||||
|
||||
data object UnknownContent : EventContent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue