SwiftcordApp/Swiftcord

[Enhancement]: Support more channel types

doinkythederp opened this issue · 3 comments

Describe the Bug

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.

Reproducing the Bug

  1. Click on a stage channel
  2. Try to send a message in it

Version

0.5.1

Category

Other

Relevant Log Output

No response

Screenshots

Screen Shot 2022-10-17 at 7 29 45 PM
Swiftcord: Screen Shot 2022-10-17 at 7 30 19 PM
Discord: Screen Shot 2022-10-17 at 7 30 31 PM

#aaa is a stage voice channel.

Additional Info

No response

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.

This will be partially resolved by #163. Big thanks to all my contributors!