1
0
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:
Sebastian Kaspari 2010-03-26 19:08:28 +01:00
parent 7827554659
commit 2cf955ab8a

View File

@ -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()
); );