Skip to content

Redundant data inside DiscordMessage calculated properties #1279

@abart27

Description

@abart27

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Effort

    None yet

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions