mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 23:10:11 -05:00
NoticeHandler: Use broadcast type: CONVERSATION_MESSAGE
This commit is contained in:
parent
9e38863944
commit
7827554659
@ -54,7 +54,7 @@ public class NoticeHandler extends BaseHandler
|
|||||||
conversation.addMessage(message);
|
conversation.addMessage(message);
|
||||||
|
|
||||||
Intent intent = Broadcast.createConversationIntent(
|
Intent intent = Broadcast.createConversationIntent(
|
||||||
Broadcast.CONVERSATION_REMOVE,
|
Broadcast.CONVERSATION_MESSAGE,
|
||||||
server.getId(),
|
server.getId(),
|
||||||
conversation.getName()
|
conversation.getName()
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user