list of federated servers for admin panel
This commit is contained in:
parent
9db327a69e
commit
d1ee26e282
5 changed files with 52 additions and 1 deletions
|
@ -5,6 +5,7 @@ from .block import Block, unblock
|
|||
from .books import Book, EditBook, Editions
|
||||
from .books import upload_cover, add_description, switch_edition, resolve_book
|
||||
from .error import not_found_page, server_error_page
|
||||
from .federation import Federation
|
||||
from .feed import DirectMessage, Feed, Replies, Status
|
||||
from .follow import follow, unfollow
|
||||
from .follow import accept_follow_request, delete_follow_request, handle_accept
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue