mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
370 B
370 B
v0.2.15
New Features
- Channel deleted event — when a channel is deleted, all connected clients are now immediately notified via the new
ChannelDeletedSignalR event. The channel is removed from the channel list. Previously only the deleting client was able to delete the channel. Other clients would see the channel linger until the next manual refresh.