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

[feature] Push status edit messages to streams #2417

Closed
Sentynel opened this issue Dec 4, 2023 · 3 comments · Fixed by #2418
Closed

[feature] Push status edit messages to streams #2417

Sentynel opened this issue Dec 4, 2023 · 3 comments · Fixed by #2418
Labels
enhancement New feature or request
Milestone

Comments

@Sentynel
Copy link
Contributor

Sentynel commented Dec 4, 2023

Is your feature request related to a problem ?

If you have a client using the streaming API connected, and a status in your timeline is edited, you don't currently get a streamed message telling you this, so the status doesn't get updated.

Describe the solution you'd like.

Add support for the "status.update" message type on the streaming API.

Describe alternatives you've considered.

n/a

Additional context.

No response

@Sentynel Sentynel added the enhancement New feature or request label Dec 4, 2023
@tsmethurst tsmethurst added this to the v0.14.0 milestone Dec 16, 2023
@mirabilos
Copy link
Contributor

huh… this is closed now? So if I don’t get any edit notifications, it’s a client issue?

@tsmethurst
Copy link
Contributor

This issue is not related to notifications. This is about sending a websocket message with the updated representation of a status so that the client can update its view. Currently we don't have notifs for status edits. Something we'll probably cover when we add proper outgoing edit support.

@mirabilos
Copy link
Contributor

mirabilos commented Aug 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants