adjustments to the service modifications

cusax-fix
Yana Stamcheva 19 years ago
parent 7afbd5b12c
commit 12e3c7162e

@ -572,14 +572,18 @@ private Object convertHistoryRecordToMessageEvent(
return new ChatRoomMessageDeliveredEvent(
room,
timestamp,
msg);
msg,
ChatRoomMessageDeliveredEvent
.CONVERSATION_MESSAGE_DELIVERED);
}
else
return new ChatRoomMessageReceivedEvent(
room,
from,
timestamp,
msg);
msg,
ChatRoomMessageReceivedEvent
.CONVERSATION_MESSAGE_RECEIVED);
}
/**

Loading…
Cancel
Save