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

Forum channels #1246

Merged
merged 9 commits into from
Sep 29, 2022
Prev Previous commit
Next Next commit
fix: gofmt
  • Loading branch information
FedorLap2006 authored Sep 28, 2022
commit b795ddad6354ada28d74cf6e690684924e400650
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ type ChannelEdit struct {

// NOTE: forum channels only

AvailableTags *[]ForumTag `json:"available_tags,omitempty"`
AvailableTags *[]ForumTag `json:"available_tags,omitempty"`
DefaultReactionEmoji *ForumDefaultReaction `json:"default_reaction_emoji,omitempty"`

// NOTE: forum threads only
Expand Down