mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix reference revalidation
This commit is contained in:
@@ -696,7 +696,7 @@ public extension TelegramEngine {
|
||||
}
|
||||
}
|
||||
|
||||
public func saveNotificationSound(file: TelegramMediaFile) -> Signal<Never, UploadNotificationSoundError> {
|
||||
public func saveNotificationSound(file: FileMediaReference) -> Signal<Never, UploadNotificationSoundError> {
|
||||
return _internal_saveNotificationSound(account: self.account, file: file)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user