add attachments in item posts API
This commit is contained in:
parent
1a97e5b7ef
commit
0c423e1b57
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Post(Schema):
|
||||||
visibility: Literal["public", "unlisted", "private", "direct"]
|
visibility: Literal["public", "unlisted", "private", "direct"]
|
||||||
sensitive: bool
|
sensitive: bool
|
||||||
spoiler_text: str
|
spoiler_text: str
|
||||||
# media_attachments: list[MediaAttachment]
|
media_attachments: list[MediaAttachment]
|
||||||
mentions: list[StatusMention]
|
mentions: list[StatusMention]
|
||||||
tags: list[StatusTag]
|
tags: list[StatusTag]
|
||||||
emojis: list[CustomEmoji]
|
emojis: list[CustomEmoji]
|
||||||
|
|
Loading…
Add table
Reference in a new issue