Reaction improvements

This commit is contained in:
Ali
2021-12-18 00:47:09 +04:00
parent b0d3aa2578
commit 95a492a25f
45 changed files with 1802 additions and 479 deletions

View File

@@ -869,6 +869,9 @@ public class ChatMessageItemView: ListViewItemNode {
}
}
func openMessageContextMenu() {
}
func targetReactionView(value: String) -> UIView? {
return nil
}