feat: allow text upload (#3738)

This commit is contained in:
Vlad Stan
2026-02-25 07:53:42 +01:00
committed by dni ⚡
parent 67bb86c1ce
commit af8f3382c1
7 changed files with 41 additions and 19 deletions
+4
View File
@@ -306,6 +306,10 @@ class AssetSettings(LNbitsSettings):
"heic",
"heif",
"heics",
"text/plain",
"text/json" "text/xml",
"application/json",
"application/pdf",
]
)
lnbits_asset_thumbnail_width: int = Field(default=128, ge=0)