discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
985 stars 236 forks source link

Fix message reactions not stored in repository cache #956

Closed SQKo closed 1 year ago

SQKo commented 1 year ago

BC replace ID formatting,

Reaction ID (for repository discriminator & cache offset) now uses the unicode emoji character (👍) or if it's a custom emoji just use the id (1032994718054891521). Affected class: Reaction & MessageReaction

also fixed emoji cast to string (already applied in v7)