[feat] Quote boost private posts #441
Labels
No labels
a11y
Bug
Bug fix
cannot reproduce
CSS
Documentation
enhancement
Feature
Feature request
Held for next release cycle
Minor change
performance
priority: critical
priority: high
priority: low
priority: medium
priority: patch welcome
regression
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma-fe#441
Loading…
Add table
Add a link
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?
The idea
I want to be able to quote boost my own private (followers-only scope) posts, with the new quote inheriting the scope of the quoted post the same way a reply does.
The reasoning
All the reasons you would want to quote any other post. I want to be able to spin off a new thread on an older followers only post.
Have you searched for this feature request?
Being able to quote one’s own private posts is a valid feature request in principle if anyone wants it, but two things worth noting:
Quote posts (created by *oma) inherit the
contextof the quoted posts, meaning they’ll show up in the same thread. If that’s your main motivation, you might not actually gain anything by this over just starting a new sub-thread via a reply. Do you still want this anyway?Creation of quotes for not publicly visible posts is denied in the backend, so this is actually more of a backend request.
Ah sorry I was originally going to post this on the backend and second guessed myself when I saw the checkbox that says "i am sure this is a backend request" or something lol. I will recreate this issue there.
But to answer your question (and I'll include this in the reasoning section in the new issue anyway), I do still want this anyway. I browse with replies hidden in the timeline and sometimes people quote boost their older posts with a new update instead of just posting a reply to an old thread. Even though this shows as a reply to the original post, it does show up in timelines in a different way and can kickstart a new line of conversation in a way that a reply might not.
Posted this issue to AkkomaGang/akkoma#952
Thanks for your response!