Adds admin view

This commit is contained in:
Mouse Reeve
2022-01-10 10:11:00 -08:00
parent 0bfa15bb47
commit 32e3fdb438
8 changed files with 140 additions and 6 deletions

View File

@ -297,6 +297,7 @@ class Link(ActivityObject):
"""for tagging a book in a status"""
href: str
name: str
mediaType: str = None
id: str = None
type: str = "Link"