Unify unfollow, accept and reject follow requests using CommonAPI
Related #690 (closed)
Edited by Eugenij
Merge request reports
Activity
added 18 commits
-
83048140...92a0210f - 17 commits from branch
pleroma:develop
- 31914681 - Unify unfollow, accept and reject follow requests using CommonAPI
-
83048140...92a0210f - 17 commits from branch
CommonAPI.accept_follow_request
&CommonAPI.reject_follow_request
are returningfollowed
in their tuples which would rewrite it in thewith
blocks of MastoAPI/TwitterAPI, same goes forCommonAPI.unfollow
.I think it would be better to just not return theses but if you prefer to, then I think they should be ignore in the
with
blocks of the APIs.added 1 commit
- e416c344 - Unify unfollow, accept and reject follow requests using CommonAPI
mentioned in commit 2029de50
Please register or sign in to reply