forked from mirrors/bookwyrm
Add identifier fields to author activity
This commit is contained in:
parent
15c22fa6c9
commit
830aaf9d1c
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue