We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User
MemberUpdate
Discord does also send MemberUpdate events when the related User has changed. For example an avatar update, or username change. Currently the in memory cache does not update the User on MemberUpdate: https://github.com/twilight-rs/twilight/blob/main/twilight-cache-inmemory/src/event/member.rs#L168-L178
The text was updated successfully, but these errors were encountered:
a216837
itohatweb
Successfully merging a pull request may close this issue.
Discord does also send
MemberUpdate
events when the relatedUser
has changed. For example an avatar update, or username change.Currently the in memory cache does not update the
User
onMemberUpdate
: https://github.com/twilight-rs/twilight/blob/main/twilight-cache-inmemory/src/event/member.rs#L168-L178The text was updated successfully, but these errors were encountered: