mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-23 09:22:19 -05:00
IRCBinder: Use broadcast type: CONVERSATION_MESSAGE
This commit is contained in:
parent
4c5ba9a620
commit
f25d68f101
@ -105,7 +105,7 @@ public class IRCBinder extends Binder
|
||||
server.getConversation(ServerInfo.DEFAULT_NAME).addMessage(message);
|
||||
|
||||
Intent cIntent = Broadcast.createConversationIntent(
|
||||
Extra.CONVERSATION,
|
||||
Broadcast.CONVERSATION_MESSAGE,
|
||||
server.getId(),
|
||||
ServerInfo.DEFAULT_NAME
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user