Merge pull request #2490 from vector-im/reaction_echo

Local echo for reactions
This commit is contained in:
manuroe
2019-06-13 17:50:31 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5263,7 +5263,7 @@
{
MXWeakify(self);
[self.roomDataSource addReaction:reaction forEventId:eventId success:^(NSString *eventId) {
[self.roomDataSource addReaction:reaction forEventId:eventId success:^{
} failure:^(NSError *error) {
MXStrongifyAndReturnIfNil(self);