-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
feat(cache, model): stage channel message types #2147
feat(cache, model): stage channel message types #2147
Conversation
9657a82
to
74664a1
Compare
74664a1
to
30cf81c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, just a request for a small bit of documentation!
I split the |
Add support for the guild field `max_stage_video_channel_users`, which functions similarly to related fields such as `max_video_channel_users`. This has been added on the `Guild` model type and the `CachedGuild` inmemory cache type. Split out from #2147. Co-authored-by: suneettipirneni <suneettipirneni@icloud.com> Co-authored-by: Jens Reidel <adrian@travitia.xyz>
feat(cache, model): stage channel message types
Add support for the new message types for text channels within stage
channels. These variants are all system messages, and are:
StageStart
when a stage has started;StageEnd
when a stage has ended;StageSpeaker
when someone becomes a speaker; andStageTopic
when the topic of the stage changes.Closes #2146.