Skip to content

Conversation

@Nani-LM10
Copy link

Fixes #71

What does this PR do?

Adds a visual unread indicator for threads the user is participating in by making the “Last reply” timestamp bold when there is unread activity in the thread.

How it works:

  • Computes unread thread IDs based on the user’s room memberships
  • Checks unread status per thread instead of relying on global timestamps
  • Displays the unread indicator only for participating users
  • Keeps the existing muted style for threads with no unread activity or non-participating users

Happy to contribute, Let me know if needed further changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show unread status on threads you're participating in

1 participant