nextcloud / nextcloud/spreed

Typing indicator should be thread specific instead of room specific when user is typing in a thread

Open
#16,252 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature: threads 🧵 Needs triage
Dominant language
JavaScript
Stars
2.2k
Forks
586
Avg merge
18h 27m
Merged PRs (30d)
333

Description

Currently, the typing indicator is shown when a user types, regardless if it's in a room or a thread of that room.

Make the typing indicator thread dependent so a thread has a typing indicator if a user is writing a message in the thread, but not the room

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the JavaScript frontend code that sends and displays typing indicators, comparing room messages with thread messages. Verify the behavior in both contexts: typing in a thread should show an indicator only in that thread, while typing in the room should not show one in a thread.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.