Skip to content
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

Add missing forum fields to guild channel #2298

Merged
merged 2 commits into from
Dec 4, 2022

Commits on Nov 22, 2022

  1. add missing fields to guild channel

    Added `flags`, `total_messages_sent`, `available_tags`, `applied_tags`,
    `default_reaction_emoji`, `default_thread_rate_limit_per_user` and
    `default_sort_order` fields to `GuildChannel`.
    Added `ForumTag`, `ForumTagId`, `DefaultReaction` and `SortOrder`
    objects.
    Box the `Channel::Guild` variant to reduce enum size.
    Chronophylos committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b94b0bf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. unboxed channel again

    Chronophylos committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4495c3b View commit details
    Browse the repository at this point in the history