mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
- reaction count limit API
- my profile stories improvements - recommended channels
This commit is contained in:
@@ -422,6 +422,11 @@ public final class Transaction {
|
||||
return self.postbox?.chatListTable.getAllPeerIds() ?? []
|
||||
}
|
||||
|
||||
public func chatListGetAllPeerIds(groupId: PeerGroupId) -> [PeerId] {
|
||||
assert(!self.disposed)
|
||||
return self.postbox?.chatListTable.getAllPeerIds(groupId: groupId) ?? []
|
||||
}
|
||||
|
||||
public func updateCurrentPeerNotificationSettings(_ notificationSettings: [PeerId: PeerNotificationSettings]) {
|
||||
assert(!self.disposed)
|
||||
self.postbox?.updateCurrentPeerNotificationSettings(notificationSettings)
|
||||
|
||||
Reference in New Issue
Block a user