mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-28 19:10:35 +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"""
|
"""for tagging a book in a status"""
|
||||||
|
|
||||||
href: str
|
href: str
|
||||||
name: str
|
name: str = None
|
||||||
mediaType: str = None
|
mediaType: str = None
|
||||||
id: str = None
|
id: str = None
|
||||||
type: str = "Link"
|
type: str = "Link"
|
||||||
|
|
Loading…
Reference in a new issue