[bug] mentions returned out-of-order when replying to post by self #415
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#415
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
From source
Extra details
Alpine Linux edge
Version
3.5.0-74-g5d4c291d-develop
PostgreSQL version
15
What were you trying to do?
reply to a post by myself already mentioning a few people (
@A @B @C
)What did you expect to happen?
my new post mentions those people in the same order as the post i am replying to
What actually happened?
sometimes the new mentions are returned out of order (e.g.
@A @C @B
).this seems to be an issue in the backend and not in pleroma-fe, as i logged the output of
data.attentions
directly from the API and it spitted out the mentions in an arbitrary order.see AkkomaGang/akkoma-fe#266
Logs
No response
Severity
I can manage
Have you searched for this issue?