Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Is content.uniqueIdentifier changed when message.content.readStatus changed? If not, then you isEqual does not work. Commented Mar 16, 2020 at 13:24
  • @Asperi of course its not changed as its a uniqueIdentifier Commented Mar 16, 2020 at 13:29
  • @Asperi do you have another idea? Commented Mar 16, 2020 at 14:45
  • I already wrote - your isEqual does not work, because for readStatus .loading and .read it returns true, but must false. Commented Mar 16, 2020 at 14:49
  • even if i explicitly return false it doesn't work @Asperi Commented Mar 16, 2020 at 18:41