mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Stories
This commit is contained in:
@@ -1327,6 +1327,10 @@ public final class Transaction {
|
||||
public func getExpiredStoryIds(belowTimestamp: Int32) -> [StoryId] {
|
||||
return self.postbox!.storyItemsTable.getExpiredIds(belowTimestamp: belowTimestamp)
|
||||
}
|
||||
|
||||
public func getPeerStoryStats(peerId: PeerId) -> PeerStoryStats? {
|
||||
return fetchPeerStoryStats(postbox: self.postbox!, peerId: peerId)
|
||||
}
|
||||
}
|
||||
|
||||
public enum PostboxResult {
|
||||
|
||||
Reference in New Issue
Block a user