Reactions: Show at most 8 reactions

#2510
This commit is contained in:
manuroe
2019-07-03 18:05:20 +02:00
parent b91a8ea71a
commit 2b95ff7305
11 changed files with 325 additions and 44 deletions
@@ -80,4 +80,10 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
*/
- (void)updateAdditionalContentHeightIfNeeded;
#pragma mark - Show all reactions
- (BOOL)showAllReactionsForEvent:(NSString*)eventId;
- (void)setShowAllReactions:(BOOL)showAllReactions forEvent:(NSString*)eventId;
@end