Skip to content
New issue

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

Redundant data inside DiscordMessage calculated properties #1279

Open
Aurumaker72 opened this issue Apr 14, 2022 · 1 comment
Open

Redundant data inside DiscordMessage calculated properties #1279

Aurumaker72 opened this issue Apr 14, 2022 · 1 comment
Milestone

Comments

@Aurumaker72
Copy link

Summary

The MentionedUsers property does not update appropriately after editing the message

Details

.NET 6
compiling using msbuild

Steps to reproduce

  1. Create class-scoped instance of message
  2. On MessageCreated callback, copy it into said message
  3. The message user mentions are correctly displayed
  4. Edit the message to remove the mentions
  5. On MessageUpdated callback, re-copy instance
  6. The message user mentions display wrong data
@OoLunar
Copy link
Member

OoLunar commented Apr 14, 2022

Possibly caused by c0e25f2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants