[bug] Formatted post is truncated #697
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#697
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
No response
Version
3.10.4
PostgreSQL version
No response
What were you trying to do?
Fetch post https://friends.deko.cloud/display/d0446be5-2065-d1b0-b609-8a1225466893
What did you expect to happen?
Read the post in its full glory.
What actually happened?
The post got truncated right after the word "особой", written in italic text.
I asked on Fedi, if anybody on Akkoma sees the same bug, it actually happened on outerheaven.club but didn't on fops.cloud. Both are running almost the same Akkoma version, though the set of MRFs (and probaby some other configuration) is different. My instance is running stable branch.
I tried to re-fetch this post but after deleting it, backend refuses it to fetch it again. 🤷
Logs
No response
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
If you deleted through the user interface, that's normal. A tombstone is left behind so that posts wouldn't be refetched. This is because deleting remote posts is generally because of moderation, so you wouldn't want your instance to refetch it. I think the tombstones are removed in Akkoma after a while, but I'm unsure how long it takes. You can try to find the post in the database and delete it there (objects table, and it will also be referenced from the activities table).
fwiw fetching this post i nfull works fine for me on current develop
1135935cbe
with a fairly basic config. Without knowing which setting causes this, likely nothing can be doneBy now the tombstone and delete activity should’ve been deleted (they’re kept for about 30 days). If you do further refetch tests, SQL queries to purge tombstone & delete for this post immediately are:
You might need to restart the server afterwards (or wait) to clear runtime caches.
It seems it got fixed, don't know exact commit but doesn't happen on current stable:
26a91d5c9e
Closing.