Skip to content

Commit

Permalink
Merge pull request #504 from danthe1st/missing-embed-hints
Browse files Browse the repository at this point in the history
add missing native hints for embeds
  • Loading branch information
danthe1st authored Jan 14, 2025
2 parents c2bd274 + 3d73daa commit 7b42953
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7b42953

Please sign in to comment.