mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 03:32:15 -05:00
muc tics for consistency
This commit is contained in:
parent
2a14a0d9b8
commit
f8b662e7f8
@ -166,7 +166,7 @@ public class MessageParser extends AbstractParser implements
|
||||
|
||||
if (from.getResourcepart().equals(conversation.getMucOptions().getActualNick())) {
|
||||
if (mXmppConnectionService.markMessage(conversation,
|
||||
packet.getId(), Message.STATUS_SEND)) {
|
||||
packet.getId(), Message.STATUS_SEND_RECEIVED)) {
|
||||
return null;
|
||||
} else if (packet.getId() == null) {
|
||||
Message message = conversation.findSentMessageWithBody(packet.getBody());
|
||||
|
Loading…
Reference in New Issue
Block a user