[feat] Allow local timelines (or federated timelines) to be disabled #603
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#603
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?
The idea
Allows local timelines (or federated timelines) to be disabled without modification of the source code.
The reasoning
For example, a local timeline is useless on a server used by only one person. Even if this is not the case, there are many cases where local or federated timelines are unnecessary.
Have you searched for this feature request?
this sounds like options for options sake - I don't think the above justifies making API-level changes
it sounds like you are wanting UI changes, not API - what would be the purpose of toggling off an endpoint?
Hmmm, indeed. I was thinking that it would be nice to be able to disable it at API level so that it is also reflected when using an 3rd party client.
this would still require the third party client to detect such options, which I doubt they will
closing this as not something to do on the api level