mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Make all sounds cloud
This commit is contained in:
@@ -323,7 +323,7 @@ private func notificationSearchableItems(context: AccountContext, settings: Glob
|
||||
|
||||
func filteredGlobalSound(_ sound: PeerMessageSound) -> PeerMessageSound {
|
||||
if case .default = sound {
|
||||
return .bundledModern(id: 0)
|
||||
return defaultCloudPeerNotificationSound
|
||||
} else {
|
||||
return sound
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user