mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Merge pull request #2490 from vector-im/reaction_echo
Local echo for reactions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user