Merge branch 'develop' into julioromano/poll_history_entry_point
This commit is contained in:
commit
8f286c8ce6
54 changed files with 220 additions and 153 deletions
|
|
@ -140,4 +140,9 @@ class RustNotificationSettingsService(
|
|||
runCatching {
|
||||
notificationSettings.getRoomsWithUserDefinedRules(enabled = true)
|
||||
}
|
||||
|
||||
override suspend fun canHomeServerPushEncryptedEventsToDevice(): Result<Boolean> =
|
||||
runCatching {
|
||||
notificationSettings.canHomeserverPushEncryptedEventToDevice()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue