Skip to content

Commit

Permalink
Display messages coming from room jids
Browse files Browse the repository at this point in the history
Although underspecced, this is used in the wild.
  • Loading branch information
lissine0 committed Oct 9, 2024
1 parent 81b2329 commit a1deead
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Monal/Classes/MLMessageProcessor.m
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,6 @@ +(MLMessage* _Nullable) processMessage:(XMPPMessage*) messageNode andOuterMessag
return nil;
}

//ignore all other groupchat messages coming from bare jid (e.g. not being a "normal" muc message nor a subject update handled above)
if([messageNode check:@"/<type=groupchat>"] && !messageNode.fromResource)
{
DDLogVerbose(@"Ignoring groupchat message without resource (should be already handled above)...");
return nil;
}

NSString* decrypted;
if([messageNode check:@"{eu.siacs.conversations.axolotl}encrypted/header"])
{
Expand Down

0 comments on commit a1deead

Please sign in to comment.