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
|
||||
bookmarked: bool
|
||||
content: str
|
||||
reblog: Optional[dict]
|
||||
reblog: Optional["Status"]
|
||||
# application: Optional[Application]
|
||||
account: Account
|
||||
media_attachments: List
|
||||
|
|
Loading…
Reference in New Issue