You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
Aaaaah, okay.
Something we'll probably cover when we add proper
outgoing edit support.
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
The text was updated successfully, but these errors were encountered: