Bump Matrix Rust SDK to v0.2.21 and fix conflicts (#2938)
This commit is contained in:
parent
3080dac220
commit
a1adc7476d
5 changed files with 23 additions and 3 deletions
|
|
@ -150,8 +150,10 @@ class DefaultNotifiableEventResolver @Inject constructor(
|
|||
}
|
||||
NotificationContent.MessageLike.CallAnswer,
|
||||
NotificationContent.MessageLike.CallCandidates,
|
||||
NotificationContent.MessageLike.CallHangup -> null.also {
|
||||
NotificationContent.MessageLike.CallHangup,
|
||||
is NotificationContent.MessageLike.CallNotify -> { // TODO CallNotify will be handled separately in the future
|
||||
Timber.tag(loggerTag.value).d("Ignoring notification for call ${content.javaClass.simpleName}")
|
||||
null
|
||||
}
|
||||
is NotificationContent.MessageLike.CallInvite -> {
|
||||
buildNotifiableMessageEvent(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue