mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
no message
This commit is contained in:
parent
d0f6710573
commit
1b210032bf
@ -826,7 +826,7 @@ final class WatchPeerSettingsHandler: WatchRequestHandler {
|
|||||||
var muted = false
|
var muted = false
|
||||||
var blocked = false
|
var blocked = false
|
||||||
|
|
||||||
if let notificationSettings = view.notificationSettings as? TelegramPeerNotificationSettings, case .muted = notificationSettings.muteState {
|
if let notificationSettings = view.notificationSettings as? TelegramPeerNotificationSettings, case let .muted(until) = notificationSettings.muteState, until >= Int32(CFAbsoluteTimeGetCurrent() + NSTimeIntervalSince1970) {
|
||||||
muted = true
|
muted = true
|
||||||
}
|
}
|
||||||
if let cachedData = view.cachedData as? CachedUserData {
|
if let cachedData = view.cachedData as? CachedUserData {
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit f59b9e432ec166833e065e8db26d0824aadc3f61
|
Subproject commit 167fd02070fe9ff864bc4b9f447b8dd8630e2163
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit ec3d6c19ea4eea5ad64d62bc6b450d16f9ea0f77
|
Subproject commit 0161c7793a54fbf4788acc8d18fbd23dec45dc32
|
||||||
Loading…
x
Reference in New Issue
Block a user