mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: add support for broadcasting and handling channel deletions across clients
This commit is contained in:
@@ -162,6 +162,8 @@ public class ChannelsController : ControllerBase
|
||||
if (!result.IsSuccess)
|
||||
return MapChannelError(result);
|
||||
|
||||
await _chatService.BroadcastChannelDeletedAsync(channel.ToLowerInvariant().Trim());
|
||||
|
||||
return NoContent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user