Reactions: Change reaction and unreaction methods signatures

This commit is contained in:
manuroe
2019-06-12 18:25:47 +02:00
parent 310b39ca1f
commit 10221beee2
2 changed files with 2 additions and 2 deletions
@@ -594,7 +594,7 @@
- (void)bubbleReactionsViewModel:(BubbleReactionsViewModel *)viewModel didAddReaction:(MXReactionCount *)reactionCount forEventId:(NSString *)eventId
{
[self addReaction:reactionCount.reaction forEventId:eventId success:^(NSString *eventId) {
[self addReaction:reactionCount.reaction forEventId:eventId success:^{
} failure:^(NSError *error) {