Original PR: https://github.com/RedWizardsLab/EchoHub/pull/59 Author: @Stone-Red-Code Created: 7/17/2026 Status: ✅ Merged Merged: 7/17/2026 Merged by: @Stone-Red-Code
Base: dev ← Head: dev_channel_deletion
dev
dev_channel_deletion
5098489
199d19d
13 files changed (+45 additions, -1 deletions)
➕ docs/changelog/v0.2.15.md (+5 -0) 📝 src/Directory.Build.props (+1 -1) 📝 src/EchoHub.Client/AppOrchestrator.cs (+9 -0) 📝 src/EchoHub.Client/Services/ConnectionManager.cs (+2 -0) 📝 src/EchoHub.Client/Services/EchoHubConnection.cs (+6 -0) 📝 src/EchoHub.Core/Contracts/IChatBroadcaster.cs (+1 -0) 📝 src/EchoHub.Core/Contracts/IChatService.cs (+1 -0) 📝 src/EchoHub.Core/Contracts/IEchoHubClient.cs (+1 -0) 📝 src/EchoHub.Server.Irc/IrcBroadcaster.cs (+8 -0) 📝 src/EchoHub.Server/Controllers/ChannelsController.cs (+2 -0) 📝 src/EchoHub.Server/Services/ChatService.cs (+3 -0) 📝 src/EchoHub.Server/Services/SignalRBroadcaster.cs (+3 -0) 📝 src/EchoHub.Tests/Irc/TestHelpers.cs (+3 -0)
docs/changelog/v0.2.15.md
src/Directory.Build.props
src/EchoHub.Client/AppOrchestrator.cs
src/EchoHub.Client/Services/ConnectionManager.cs
src/EchoHub.Client/Services/EchoHubConnection.cs
src/EchoHub.Core/Contracts/IChatBroadcaster.cs
src/EchoHub.Core/Contracts/IChatService.cs
src/EchoHub.Core/Contracts/IEchoHubClient.cs
src/EchoHub.Server.Irc/IrcBroadcaster.cs
src/EchoHub.Server/Controllers/ChannelsController.cs
src/EchoHub.Server/Services/ChatService.cs
src/EchoHub.Server/Services/SignalRBroadcaster.cs
src/EchoHub.Tests/Irc/TestHelpers.cs
Notify other clients when a channel gets deleted
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/RedWizardsLab/EchoHub/pull/59
Author: @Stone-Red-Code
Created: 7/17/2026
Status: ✅ Merged
Merged: 7/17/2026
Merged by: @Stone-Red-Code
Base:
dev← Head:dev_channel_deletion📝 Commits (2)
5098489feat: add support for broadcasting and handling channel deletions across clients199d19dchore: bump version and add changelog📊 Changes
13 files changed (+45 additions, -1 deletions)
View changed files
➕
docs/changelog/v0.2.15.md(+5 -0)📝
src/Directory.Build.props(+1 -1)📝
src/EchoHub.Client/AppOrchestrator.cs(+9 -0)📝
src/EchoHub.Client/Services/ConnectionManager.cs(+2 -0)📝
src/EchoHub.Client/Services/EchoHubConnection.cs(+6 -0)📝
src/EchoHub.Core/Contracts/IChatBroadcaster.cs(+1 -0)📝
src/EchoHub.Core/Contracts/IChatService.cs(+1 -0)📝
src/EchoHub.Core/Contracts/IEchoHubClient.cs(+1 -0)📝
src/EchoHub.Server.Irc/IrcBroadcaster.cs(+8 -0)📝
src/EchoHub.Server/Controllers/ChannelsController.cs(+2 -0)📝
src/EchoHub.Server/Services/ChatService.cs(+3 -0)📝
src/EchoHub.Server/Services/SignalRBroadcaster.cs(+3 -0)📝
src/EchoHub.Tests/Irc/TestHelpers.cs(+3 -0)📄 Description
Summary
Notify other clients when a channel gets deleted
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.