Fixes image attachments
This commit is contained in:
parent
8396785a49
commit
220f2c1eb4
4 changed files with 55 additions and 6 deletions
|
@ -9,5 +9,5 @@ class Image(ActivityObject):
|
|||
|
||||
url: str
|
||||
name: str = ""
|
||||
type: str = "Image"
|
||||
id: str = ""
|
||||
type: str = "Document"
|
||||
id: str = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue