Skip to content

Broadcast proper deleted activity id to conform to MastoAPI streaming spec

Addresses the streaming API issue described in #721 (closed) for deleted statuses.

https://docs.joinmastodon.org/api/streaming/#event-types

According to the Mastodon streaming API, the status deletion event contains the ID of the deleted status. However, currently, the id of the Delete activity is sent instead.

Edited by Eugenij

Merge request reports