mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-27 10:30:32 +00:00
Support links with no name
This commit is contained in:
parent
4820a2f982
commit
4dfe9fd714
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class Link(ActivityObject):
|
|||
"""for tagging a book in a status"""
|
||||
|
||||
href: str
|
||||
name: str
|
||||
name: str = None
|
||||
mediaType: str = None
|
||||
id: str = None
|
||||
type: str = "Link"
|
||||
|
|
Loading…
Reference in a new issue