-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: Support more channel types #122
Labels
backend
Behind-the-scenes code related issues
enhancement
New feature or request
ui
User interface-related issues
Comments
doinkythederp
added
bug
Something isn't working
triage
Waiting for this issue to be triaged
labels
Oct 18, 2022
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:
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
[image: Screen Shot 2022-10-17 at 7 29 45 PM]
<https://user-images.githubusercontent.com/75394401/196321454-fd341ae5-557d-4a5e-93fd-5194a56c15cc.png>
Swiftcord: [image: Screen Shot 2022-10-17 at 7 30 19 PM]
<https://user-images.githubusercontent.com/75394401/196321544-cecc0c24-ed4c-499d-a7cf-888189ce39a7.png>
Discord: [image: Screen Shot 2022-10-17 at 7 30 31 PM]
<https://user-images.githubusercontent.com/75394401/196321575-b675cc14-3f69-41e5-945d-756f16da436d.png>
#aaa is a stage voice channel.
Additional Info
*No response*
—
Reply to this email directly, view it on GitHub
<#122>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APJYF44MXGJSDGX7Z4OMXZLWDYDW5ANCNFSM6AAAAAARHT6MZY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
cryptoAlgorithm
added
enhancement
New feature or request
ui
User interface-related issues
backend
Behind-the-scenes code related issues
and removed
bug
Something isn't working
triage
Waiting for this issue to be triaged
labels
Oct 18, 2022
cryptoAlgorithm
changed the title
[Bug]: Stage channels appear as text channels
[Enhancement]: Support more channel types
Oct 18, 2022
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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
Behind-the-scenes code related issues
enhancement
New feature or request
ui
User interface-related issues
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
Version
0.5.1
Category
Other
Relevant Log Output
No response
Screenshots
Swiftcord:
Discord:
#aaa
is a stage voice channel.Additional Info
No response
The text was updated successfully, but these errors were encountered: