mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Follow up fixes for the image URL support
This commit is contained in:
@ -92,7 +92,7 @@ class Config(pydantic.BaseModel):
|
||||
summary: str
|
||||
https: bool
|
||||
icon_url: str
|
||||
image_url: str
|
||||
image_url: str | None = None
|
||||
secret: str
|
||||
debug: bool = False
|
||||
trusted_hosts: list[str] = ["127.0.0.1"]
|
||||
|
Reference in New Issue
Block a user