GetStream / stream-chat-android

:speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat
https://getstream.io/chat/sdk/android/
Other
1.39k stars 260 forks source link

Mark messages as unread is not working on messages sent by the current user #5143

Open matteinn opened 6 months ago

matteinn commented 6 months ago

Describe the bug Marking a message of mine as unread is not working, this is a bug discovered on the recently implemented feature: https://github.com/GetStream/stream-chat-android/issues/5032

SDK version

To Reproduce Steps to reproduce the behavior:

  1. Open a conversation
  2. Select a message sent by the current user and then click on the Mark as unread button on the menu
  3. Observe that the message is not marked as unread

Expected behavior The message should be marked as unread. If there are some constraints then the Mark as unread button should not be presented on messages sent by the current user, but I don't think it's the case since the SwiftUI counterpart is working fine.

Device:

Screenshots If applicable, add screenshots to help explain your problem.

DanielNovak commented 5 months ago

Thanks for reporting. We are aware of this issue and we are already working on a fix - which should be available soon.

matteinn commented 3 months ago

Can you please let us know what's the minimum SDK version that contains these changes? I didn't see any references to this in the release notes, but seems to be merged in main @DanielNovak

matteinn commented 3 months ago

FYI this is still not working on 6.2.2

matteinn commented 2 months ago

Still not working on 6.3.2 either