[feat] Let expires_in from API request overwrite user setting, not the other way arround. #898
Labels
No labels
approved, awaiting change
broken setup
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma#898
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
When I set auto-deletion in my profile, when I create a new post, the expiration will always be the duration in this setting, ignoring the
expires_inparameter I pass in the API.It should be able to overwrite the setting by the API parameters.
The reasoning
While I may want my posts to be ephemeral by default, there are some certain posts that I may want to be up permanently, like posts syndicated from my website for example.
Alternatively, I may want some of my posts to be expired earlier than the set duration.
In these cases, I'd want to be able to overwrite the user setting with the API parameters.
Have you searched for this feature request?
Done in #899