mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-07 07:36:01 +02:00
feat: add support for broadcasting and handling channel deletions across clients
This commit is contained in:
@@ -12,6 +12,7 @@ public interface IChatBroadcaster
|
||||
Task SendUserKickedAsync(string channelName, string username, string? reason);
|
||||
Task SendUserBannedAsync(string username, string? reason);
|
||||
Task SendMessageDeletedAsync(string channelName, Guid messageId);
|
||||
Task SendChannelDeletedAsync(string channelName);
|
||||
Task SendChannelNukedAsync(string channelName);
|
||||
Task SendErrorAsync(string connectionId, string message);
|
||||
Task ForceDisconnectUserAsync(List<string> connectionIds, string reason);
|
||||
|
||||
Reference in New Issue
Block a user