Add identifier fields to author activity

This commit is contained in:
Mouse Reeve 2020-12-21 13:21:17 -08:00
parent 15c22fa6c9
commit 830aaf9d1c

View file

@ -63,5 +63,7 @@ class Author(ActivityObject):
aliases: List[str] = field(default_factory=lambda: [])
bio: str = ''
openlibraryKey: str = ''
librarythingKey: str = ''
goodreadsKey: str = ''
wikipediaLink: str = ''
type: str = 'Person'