discord-php / DiscordPHP

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

Update cached message thread attributes with newly created thread #1094

Closed SQKo closed 1 year ago

SQKo commented 1 year ago

This only update $message->thread with the new thread only if the $message is cached previously

While this doesn't always fill thread during thread creation, it should solve the #1074 case