mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-08 07:36:01 +02:00
feat: implement notification sound functionality with user customization options
This commit is contained in:
@@ -14,4 +14,5 @@ public interface IChatBroadcaster
|
||||
Task SendMessageDeletedAsync(string channelName, Guid messageId);
|
||||
Task SendChannelNukedAsync(string channelName);
|
||||
Task SendErrorAsync(string connectionId, string message);
|
||||
Task ForceDisconnectUserAsync(List<string> connectionIds, string reason);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user