[PR #59] [MERGED] Dev channel deletion #58

Closed
opened 2026-09-04 00:49:57 +02:00 by Stone_Red · 0 comments
Owner

📋 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: devHead: dev_channel_deletion


📝 Commits (2)

  • 5098489 feat: add support for broadcasting and handling channel deletions across clients
  • 199d19d chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/59 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 7/17/2026 **Status:** ✅ Merged **Merged:** 7/17/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `dev` ← **Head:** `dev_channel_deletion` --- ### 📝 Commits (2) - [`5098489`](https://github.com/RedWizardsLab/EchoHub/commit/5098489121d5e8ce7b6b46ad50428e94e1267ee2) feat: add support for broadcasting and handling channel deletions across clients - [`199d19d`](https://github.com/RedWizardsLab/EchoHub/commit/199d19d1741856330e2d777adf04cdf57524da34) chore: bump version and add changelog ### 📊 Changes **13 files changed** (+45 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description # Summary Notify other clients when a channel gets deleted --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:57 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#58