Skip to content

Commit d395aca

Browse files
Fix compiler warning
1 parent f6ceb02 commit d395aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monal/Classes/MLMessageProcessor.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ +(MLMessage* _Nullable) processMessage:(XMPPMessage*) messageNode andOuterMessag
610610
@"reactionsUpdate": @YES,
611611
@"reactions": reactions,
612612
@"reactingContact": reactingContact,
613-
@"changedReactions": changedReactions,
613+
@"changedReactions": nilWrapper(changedReactions),
614614
}];
615615
}
616616
else

0 commit comments

Comments
 (0)