Merge branch 'develop' into julioromano/poll_history_entry_point
This commit is contained in:
+5
@@ -140,4 +140,9 @@ class RustNotificationSettingsService(
|
||||
runCatching {
|
||||
notificationSettings.getRoomsWithUserDefinedRules(enabled = true)
|
||||
}
|
||||
|
||||
override suspend fun canHomeServerPushEncryptedEventsToDevice(): Result<Boolean> =
|
||||
runCatching {
|
||||
notificationSettings.canHomeserverPushEncryptedEventToDevice()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user