Recursive Status model
Build and Release / run-terraform (push) Successful in 42s
Details
Build and Release / run-terraform (push) Successful in 42s
Details
This commit is contained in:
parent
a32e2cfb68
commit
fd827c9649
|
@ -26,7 +26,7 @@ class Status(BaseModel):
|
||||||
muted: bool
|
muted: bool
|
||||||
bookmarked: bool
|
bookmarked: bool
|
||||||
content: str
|
content: str
|
||||||
reblog: Optional[dict]
|
reblog: Optional["Status"]
|
||||||
# application: Optional[Application]
|
# application: Optional[Application]
|
||||||
account: Account
|
account: Account
|
||||||
media_attachments: List
|
media_attachments: List
|
||||||
|
|
Loading…
Reference in New Issue