ostatus remote follow views

This commit is contained in:
Hugh Rundle
2021-11-28 16:56:21 +11:00
parent 610114b4eb
commit e275b98183
3 changed files with 85 additions and 2 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
from .follow import follow, unfollow, ostatus_follow_request, ostatus_follow_success
from .follow import accept_follow_request, delete_follow_request
from .get_started import GetStartedBooks, GetStartedProfile, GetStartedUsers
from .goal import Goal, hide_goal