add remote follow button

This commit is contained in:
Hugh Rundle
2021-11-28 20:09:29 +11:00
parent 2e428e6ea1
commit 6e7d23c1ae
5 changed files with 51 additions and 18 deletions

View File

@ -58,7 +58,7 @@ from .author import Author, EditAuthor
from .directory import Directory
from .discover import Discover
from .feed import DirectMessage, Feed, Replies, Status
from .follow import follow, unfollow, ostatus_follow_request, ostatus_follow_success
from .follow import follow, unfollow, ostatus_follow_request, ostatus_follow_success, remote_follow, remote_follow_page
from .follow import accept_follow_request, delete_follow_request
from .get_started import GetStartedBooks, GetStartedProfile, GetStartedUsers
from .goal import Goal, hide_goal