-
Notifications
You must be signed in to change notification settings - Fork 15
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
Edits should send typing notifications #1322
Comments
Fixes element-hq/element-web#9986 There's a few reasons for pushing this out to its own place: * In future, we might want to move WhoIsTyping here. * We have multiple composers now, and although they don't send typing notifications, they could (see https://github.com/vector-im/riot-web/issues/10188) * In future we may have status for where/what the user is typing (https://github.com/matrix-org/matrix-doc/issues/437) * The composer is complicated enough - it doesn't need to dedupe typing states too. Note: This makes use of the principles introduced in element-hq/element-web#8923 and element-hq/element-web#9090
Without custom status it'd be jarring if a user is editing a message older than the latest few as after the typing nothing would visibly show up for other users |
This could also be made possible with matrix-org/matrix-spec-proposals#3038 ie: "Travis is editing a message" |
That's what I assumed the original link was - I was wrong |
Original link was for which device rather than content - I repurposed it a bit wrongly some time ago though. |
Opposite of element-hq/element-web#16675? |
Yeah, this doesn't seem to be relevant anymore, scream if you disagree |
This is the feature request we should keep. |
Maybe with custom status like https://github.com/matrix-org/matrix-doc/issues/437
The text was updated successfully, but these errors were encountered: