Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set "typing" status #666

Open
gnprice opened this issue May 13, 2024 · 2 comments · May be fixed by #897
Open

Set "typing" status #666

gnprice opened this issue May 13, 2024 · 2 comments · May be fixed by #897
Assignees
Labels
a-api Implementing specific parts of the Zulip server API a-msglist The message-list screen, except what's label:a-content

Comments

@gnprice
Copy link
Member

gnprice commented May 13, 2024

I.e., half of this feature:
https://zulip.com/help/typing-notifications
along with #665.

In the API, the relevant endpoint is:
https://zulip.com/api/set-typing-status

For an implementation for comparison, see zulip-mobile's sendTypingStart and sendTypingStop, or the corresponding code in Zulip web.

@gnprice gnprice added a-msglist The message-list screen, except what's label:a-content a-api Implementing specific parts of the Zulip server API labels May 13, 2024
@gnprice gnprice added this to the Beta 3: Summer 2024 milestone May 13, 2024
@PIG208 PIG208 self-assigned this Aug 8, 2024
@PIG208 PIG208 linked a pull request Aug 29, 2024 that will close this issue
@PIG208 PIG208 removed a link to a pull request Aug 29, 2024
@PIG208 PIG208 linked a pull request Aug 29, 2024 that will close this issue
@IfeanyiSam

This comment was marked as resolved.

@chrisbobbe

This comment was marked as resolved.

@PIG208 PIG208 linked a pull request Oct 11, 2024 that will close this issue
PIG208 added a commit to PIG208/zulip-flutter that referenced this issue Oct 11, 2024
For a compose box with topic input, the field `destination`
contains a mutable state computed from the topic text,
so it is crucial that such a compose box handles rebuilds
when the topic text is updated.  We already did that to keep
hintText up-to-date, so it's not a concern.

Fixes: zulip#666

Signed-off-by: Zixuan James Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-api Implementing specific parts of the Zulip server API a-msglist The message-list screen, except what's label:a-content
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

4 participants