[Enhancement]: Support more channel types
Speedy native Discord client for macOS built in Swift
Brought to you by:
cryptoalgo
Originally created by: doinkythederp
Bug Description
Stage channels are treated as text channels
Actual Behavior
If you click on a stage channel, an empty text channel is opened where you cannot send messages.
Expected Behavior
It shouldn't let you click on stage channels (since there is no VC implementation) and it should also show them with the correct icon.
0.5.1
Other
No response
Swiftcord:
Discord:
#aaa
is a stage voice channel.
No response
Originally posted by: cryptoAlgorithm
Hi there, thanks for opening an issue! Unfortunately (or fortunately), this
isn't a bug. Swiftcord defaults to handling a channel as a text channel if
it's type is unknown, as was probably the case for the stage channel. I'll
be adding this to the backlog in the project kanban board (eventually).
On Tue, 18 Oct 2022, 10:31 doinkythederp, @.***> wrote:
Originally posted by: cryptoAlgorithm
This issue will serve as a stub for implementation of new channel types. I'm mainly looking at forum and stage channel types for now.
Originally posted by: cryptoAlgorithm
This will be partially resolved by [#163]. Big thanks to all my contributors!
Related
Tickets: #163