SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!
https://swiftcordapp.github.io/Swiftcord/
GNU General Public License v3.0
1.85k stars 84 forks source link

[Bug]: the <New> red line in DM's pops up when I message. #159

Open ghost opened 1 year ago

ghost commented 1 year ago

Describe the Bug

Bug Description Red line indicating that there is something that is new. There is nothing new. Expected Behavior To only happen when the recipient sends the message.

Reproducing the Bug

1: Sending a message to someone in PM's using Swiftcord

Version

0.6.1

Category

Message history

Relevant Log Output

No response

Screenshots

Screenshot 2023-06-10 at 08 41 34

Additional Info

I don't think it's the most important fix of all, but it would be nice if it didn't do that.

ghost commented 1 year ago

Sorry! I don't know where I could find the log output.

cryptoAlgorithm commented 1 year ago

Thanks for reporting this bug, i think the issue here is that messages sent by the current user doesn't move the state of the last read message forward, so Swiftcord thinks the newly sent messages by the current user are unread.

The log output isn't relevant in this case, so no need to worry about it.