Adds status type for app-generated statuses
This commit is contained in:
parent
10d18cc633
commit
39931e2e69
6 changed files with 47 additions and 11 deletions
|
@ -6,7 +6,7 @@ from .book import Book, Work, Edition, Author
|
|||
from .connector import Connector
|
||||
from .relationship import UserFollows, UserFollowRequest, UserBlocks
|
||||
from .shelf import Shelf, ShelfBook
|
||||
from .status import Status, Review, Comment, Quotation
|
||||
from .status import Status, GeneratedStatus, Review, Comment, Quotation
|
||||
from .status import Favorite, Boost, Notification, ReadThrough
|
||||
from .tag import Tag
|
||||
from .user import User
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue