mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-23 01:12:17 -05:00
QueryHandler: Use broadcast type: CONVERSATION_MESSAGE
This commit is contained in:
parent
7827554659
commit
2cf955ab8a
@ -60,7 +60,7 @@ public class QueryHandler extends BaseHandler
|
||||
server.addConversationl(new Query(params[1]));
|
||||
|
||||
Intent intent = Broadcast.createConversationIntent(
|
||||
Broadcast.CONVERSATION_REMOVE,
|
||||
Broadcast.CONVERSATION_MESSAGE,
|
||||
server.getId(),
|
||||
conversation.getName()
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user