feat: allow text upload (#3738)

This commit is contained in:
Vlad Stan
2026-01-26 09:43:52 +02:00
committed by GitHub
parent d2e8914835
commit e020a7c5a0
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)