mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-07 19:58:10 -05:00
Fix broadcast on topic change
This commit is contained in:
parent
06e0849c17
commit
dc95472aaf
@ -727,6 +727,14 @@ public class IRCConnection extends PircBot
|
||||
target
|
||||
);
|
||||
service.sendBroadcast(intent);
|
||||
|
||||
// update the displayed conversation title if necessary
|
||||
intent = Broadcast.createConversationIntent(
|
||||
Broadcast.CONVERSATION_TOPIC,
|
||||
server.getId(),
|
||||
target
|
||||
);
|
||||
service.sendBroadcast(intent);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -755,14 +763,6 @@ public class IRCConnection extends PircBot
|
||||
target
|
||||
);
|
||||
service.sendBroadcast(intent);
|
||||
|
||||
// update the displayed conversation title if necessary
|
||||
intent = Broadcast.createConversationIntent(
|
||||
Broadcast.CONVERSATION_TOPIC,
|
||||
server.getId(),
|
||||
target
|
||||
);
|
||||
service.sendBroadcast(intent);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user