Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
//needs to be serialized for channel managers etc
PermOverrideData.class,
//ensure that webhook embed authors can be serialized
WebhookEmbed.EmbedAuthor.class
WebhookEmbed.EmbedAuthor.class, WebhookEmbed.EmbedField.class, WebhookEmbed.EmbedFooter.class, WebhookEmbed.EmbedTitle.class
})
public class RuntimeHintsConfiguration implements RuntimeHintsRegistrar {

Expand Down
Loading