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