don't put ejabberds status code muc messages into an actual conversation
This commit is contained in:
parent
f0d428a56d
commit
94086bb9b7
|
@ -161,6 +161,7 @@ public class MessageParser extends AbstractParser implements
|
|||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
if (from.getResourcepart().equals(conversation.getMucOptions().getActualNick())) {
|
||||
|
|
Loading…
Reference in New Issue