Original PR: https://github.com/RedWizardsLab/EchoHub/pull/28 Author: @Stone-Red-Code Created: 2/24/2026 Status: ✅ Merged Merged: 2/24/2026 Merged by: @Stone-Red-Code
Base: dev ← Head: dev_fix_ghost_channel_on_join
dev
dev_fix_ghost_channel_on_join
24a5bdb
b0adb55
29bfd87
3896640
d4f5402
4 files changed (+12 additions, -10 deletions)
📝 docs/changelog/v0.2.8.md (+2 -0) 📝 src/EchoHub.Client/Services/EchoHubConnection.cs (+4 -2) 📝 src/EchoHub.Core/DTOs/ChatDtos.cs (+2 -0) 📝 src/EchoHub.Server/Hubs/ChatHub.cs (+4 -8)
docs/changelog/v0.2.8.md
src/EchoHub.Client/Services/EchoHubConnection.cs
src/EchoHub.Core/DTOs/ChatDtos.cs
src/EchoHub.Server/Hubs/ChatHub.cs
Fix client creating ghost channel when trying to join a channel that doesn't exist
🔄 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/28
Author: @Stone-Red-Code
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @Stone-Red-Code
Base:
dev← Head:dev_fix_ghost_channel_on_join📝 Commits (5)
24a5bdbfix: ghost channel when trying to join a channel that doesn't existb0adb55refactor: Move JoinChannelResult to the correct position in ChatDtos.cs29bfd87fix: ghost channel when trying to join a channel that doesn't exist3896640refactor: Move JoinChannelResult to the correct position in ChatDtos.csd4f5402chore: add ghost channel fixes to changelog📊 Changes
4 files changed (+12 additions, -10 deletions)
View changed files
📝
docs/changelog/v0.2.8.md(+2 -0)📝
src/EchoHub.Client/Services/EchoHubConnection.cs(+4 -2)📝
src/EchoHub.Core/DTOs/ChatDtos.cs(+2 -0)📝
src/EchoHub.Server/Hubs/ChatHub.cs(+4 -8)📄 Description
Summary
Fix client creating ghost channel when trying to join a channel that doesn't exist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.