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:
@@ -68,7 +68,7 @@ extension PeerMessageSound {
|
||||
} else if soundId >= 2 && soundId <= 9 {
|
||||
parsedSound = .bundledClassic(id: soundId - 2)
|
||||
} else {
|
||||
parsedSound = .bundledModern(id: 0)
|
||||
parsedSound = defaultCloudPeerNotificationSound
|
||||
}
|
||||
}
|
||||
self = parsedSound
|
||||
|
||||
Reference in New Issue
Block a user