mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-07 03:38:10 -05:00
EchoHandler: Use broadcast type: CONVERSATION_MESSAGE
This commit is contained in:
parent
f25d68f101
commit
e4db5e012f
@ -48,7 +48,7 @@ public class EchoHandler extends BaseHandler
|
||||
conversation.addMessage(message);
|
||||
|
||||
Intent intent = Broadcast.createConversationIntent(
|
||||
Broadcast.CONVERSATION_REMOVE,
|
||||
Broadcast.CONVERSATION_MESSAGE,
|
||||
server.getId(),
|
||||
conversation.getName()
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user