mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add status pinning and unpinning, fix bugs
This commit is contained in:
parent
0a74bbfe93
commit
f51476e810
14 changed files with 322 additions and 116 deletions
|
|
@ -123,6 +123,8 @@ url_scheme_whitelist = [
|
|||
"ssb",
|
||||
"gemini",
|
||||
] # NOT IMPLEMENTED
|
||||
|
||||
enforce_mime_types = false
|
||||
allowed_mime_types = [
|
||||
"image/jpeg",
|
||||
"image/png",
|
||||
|
|
@ -152,7 +154,7 @@ allowed_mime_types = [
|
|||
"audio/mp4",
|
||||
"audio/3gpp",
|
||||
"video/x-ms-asf",
|
||||
] # MEDIA NOT IMPLEMENTED
|
||||
]
|
||||
|
||||
[defaults]
|
||||
# Default visibility for new notes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue