Vendicated / AliucordPlugins

My plugins for Aliucord, an android Discord client mod
Apache License 2.0
221 stars 29 forks source link

respect SUPRESS_EMBEDS flag #36

Closed C10udburst closed 2 years ago

Vendicated commented 2 years ago

does discord not have message flag static class somewhere? I don't like magic numbers

C10udburst commented 2 years ago

i don't think they do have such a class. Even discord itself just uses magic numbers. Here's an example discord's code that checks flags: https://gitdab.com/Juby210/discord-jadx/src/branch/alpha/app/src/main/java/com/discord/models/message/Message.java#L618

and i've checked, there's no hasEmbedSuppressed function or anything similar.

Vendicated commented 2 years ago

Even discord itself just uses magic numbers

Because the java compiler inlines final ints