Skip to content

MastodonAPI: Fix mark-as-read bringing the conversation to the top (`POST /api/v1/conversations/:id/read`)

Right now, when the user reads a conversation, conversation_participations.updated_at gets refreshed, which brings the conversation to the top in the user's conversation list even though no messages were added

Edited by Eugenij

Merge request reports