Add ability to auto-approve follow requests from followed users #674
No reviewers
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#674
Loading…
Reference in a new issue
No description provided.
Delete branch "Oneric:followbacks"
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?
A simple nicety feature, allowing users with follow request approvals enabled to optionally automatically approve requests from accounts the user already follows themself.
As a bonus this also includes doc and schema fixes for two unrelated pre-existing properties.
Exposing this in the frontend: AkkomaGang/akkoma-fe#365
Resolves: #148
functionality looks good, but could you add some tests for this?
92b1d25de3
tof6b2875cf5
f6b2875cf5
to6430aad1e0
added two tests and applied
mix format
6430aad1e0
to376f6b15ca
Repushed to bump the migration ID past the one from #684 to not confuse ecto (when following
develop
).If the migration was already applied and never reverted locally, it’s probably necessary to temporarily uncomment everything in the migration to successfully "apply" it (or rollback the migration while still at the old commit, but this will reset all
permit_followback
settings).fixed the conflict and merged into develop via
0ed815b8a1
thanks!
Pull request closed