mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-23 09:22:19 -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]));
|
server.addConversationl(new Query(params[1]));
|
||||||
|
|
||||||
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