Summary
The MentionedUsers property does not update appropriately after editing the message
Details
.NET 6
compiling using msbuild
Steps to reproduce
- Create class-scoped instance of message
- On MessageCreated callback, copy it into said message
- The message user mentions are correctly displayed
- Edit the message to remove the mentions
- On MessageUpdated callback, re-copy instance
- The message user mentions display wrong data
Summary
The
MentionedUsersproperty does not update appropriately after editing the messageDetails
.NET 6
compiling using msbuild
Steps to reproduce