Serialize and broadcast ratings

This commit is contained in:
Mouse Reeve
2020-04-05 17:29:25 -07:00
parent 54ccd6ce47
commit 030233fb1a
3 changed files with 36 additions and 11 deletions

View File

@ -7,6 +7,7 @@ from .follow import get_follow_request, get_unfollow, get_accept, get_reject
from .outbox import get_outbox, get_outbox_page
from .shelve import get_add, get_remove
from .status import get_review, get_review_article
from .status import get_rating, get_rating_note
from .status import get_comment, get_comment_article
from .status import get_status, get_replies, get_replies_page
from .status import get_favorite, get_unfavorite