mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Stories
This commit is contained in:
@@ -466,7 +466,7 @@ public func threadNotificationExceptionsScreen(context: AccountContext, peerId:
|
||||
let canRemove = true
|
||||
let defaultSound: PeerMessageSound = globalSettings.groupChats.sound._asMessageSound()
|
||||
|
||||
pushControllerImpl?(notificationPeerExceptionController(context: context, peer: peer, customTitle: item.info.title, threadId: item.threadId, canRemove: canRemove, defaultSound: defaultSound, updatePeerSound: { _, sound in
|
||||
pushControllerImpl?(notificationPeerExceptionController(context: context, peer: peer, customTitle: item.info.title, threadId: item.threadId, isStories: nil, canRemove: canRemove, defaultSound: defaultSound, updatePeerSound: { _, sound in
|
||||
let _ = (updateThreadSound(item.threadId, sound)
|
||||
|> deliverOnMainQueue).start(next: { _ in
|
||||
updateState { value in
|
||||
|
||||
Reference in New Issue
Block a user