Update follow and unfollow to use UserFollowRequest & UserFollows.
This commit is contained in:
parent
e050704c2c
commit
b21c5fc98f
4 changed files with 20 additions and 10 deletions
|
@ -2,4 +2,4 @@
|
|||
from .book import Book, Work, Edition, Author
|
||||
from .shelf import Shelf, ShelfBook
|
||||
from .status import Status, Review, Favorite, Tag, Notification
|
||||
from .user import User, UserRelationship, FederatedServer
|
||||
from .user import User, FederatedServer, UserFollows, UserFollowRequest, UserBlocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue