Recursive Status model
Build and Release / run-terraform (push) Successful in 42s Details

This commit is contained in:
jfm 2024-04-30 17:03:35 +02:00
parent a32e2cfb68
commit fd827c9649
2 changed files with 1 additions and 1 deletions

BIN
.coverage

Binary file not shown.

View File

@ -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