Reactions: Change reaction and unreaction methods signatures

This commit is contained in:
manuroe
2019-06-12 18:25:47 +02:00
parent 0e0e2ca0ec
commit ffcfe7492c
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);