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
+1 -1
View File
@@ -5209,7 +5209,7 @@
{
MXWeakify(self);
[self.roomDataSource addReaction:reaction forEventId:eventId success:^(NSString *eventId) {
[self.roomDataSource addReaction:reaction forEventId:eventId success:^{
} failure:^(NSError *error) {
MXStrongifyAndReturnIfNil(self);