mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-06 23:34:13 +02:00
feat: add support for broadcasting and handling channel deletions across clients
This commit is contained in:
@@ -24,6 +24,7 @@ public interface IChatService
|
||||
// Broadcasting (used by controllers and IRC gateway)
|
||||
Task BroadcastMessageAsync(string channelName, MessageDto message);
|
||||
Task BroadcastChannelUpdatedAsync(ChannelDto channel, string? channelName = null);
|
||||
Task BroadcastChannelDeletedAsync(string channelName);
|
||||
|
||||
// Query operations (used by IRC gateway for WHOIS)
|
||||
Task<List<string>> GetChannelsForUserAsync(string username);
|
||||
|
||||
Reference in New Issue
Block a user