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 (from.getResourcepart().equals(conversation.getMucOptions().getActualNick())) {
|
||||||
if (mXmppConnectionService.markMessage(conversation,
|
if (mXmppConnectionService.markMessage(conversation,
|
||||||
packet.getId(), Message.STATUS_SEND)) {
|
packet.getId(), Message.STATUS_SEND_RECEIVED)) {
|
||||||
return null;
|
return null;
|
||||||
} else if (packet.getId() == null) {
|
} else if (packet.getId() == null) {
|
||||||
Message message = conversation.findSentMessageWithBody(packet.getBody());
|
Message message = conversation.findSentMessageWithBody(packet.getBody());
|
||||||
|
|
Loading…
Reference in a new issue