Fixes activitypub serializer local ids

This commit is contained in:
Mouse Reeve
2020-11-02 15:01:28 -08:00
parent c5a215b11d
commit 4cfded3d19
2 changed files with 4 additions and 6 deletions

View File

@ -55,7 +55,6 @@ class Work(Book):
@dataclass(init=False)
class Author(ActivityObject):
''' author of a book '''
url: str
name: str
born: str
died: str