Various improvements

This commit is contained in:
Ilya Laktyushin
2020-10-14 01:49:49 +04:00
parent 645bd9789b
commit 36d705576a
45 changed files with 5041 additions and 4271 deletions

View File

@@ -944,7 +944,7 @@ class ChatMessageInstantVideoItemNode: ChatMessageItemView {
return self.interactiveVideoNode.playMediaWithSound()
}
override func getMessageContextSourceNode() -> ContextExtractedContentContainingNode? {
override func getMessageContextSourceNode(stableId: UInt32?) -> ContextExtractedContentContainingNode? {
return self.contextSourceNode
}