mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Merge remote-tracking branch 'origin/main' into push
This commit is contained in:
commit
455b2671f7
2 changed files with 8 additions and 1 deletions
8
deno.lock
generated
8
deno.lock
generated
|
|
@ -20,6 +20,7 @@
|
||||||
"jsr:@gleasonator/policy@0.6.4": "jsr:@gleasonator/policy@0.6.4",
|
"jsr:@gleasonator/policy@0.6.4": "jsr:@gleasonator/policy@0.6.4",
|
||||||
"jsr:@gleasonator/policy@0.7.0": "jsr:@gleasonator/policy@0.7.0",
|
"jsr:@gleasonator/policy@0.7.0": "jsr:@gleasonator/policy@0.7.0",
|
||||||
"jsr:@gleasonator/policy@0.7.1": "jsr:@gleasonator/policy@0.7.1",
|
"jsr:@gleasonator/policy@0.7.1": "jsr:@gleasonator/policy@0.7.1",
|
||||||
|
"jsr:@gleasonator/policy@0.8.0": "jsr:@gleasonator/policy@0.8.0",
|
||||||
"jsr:@hono/hono@^4.4.6": "jsr:@hono/hono@4.6.2",
|
"jsr:@hono/hono@^4.4.6": "jsr:@hono/hono@4.6.2",
|
||||||
"jsr:@lambdalisue/async@^2.1.1": "jsr:@lambdalisue/async@2.1.1",
|
"jsr:@lambdalisue/async@^2.1.1": "jsr:@lambdalisue/async@2.1.1",
|
||||||
"jsr:@negrel/http-ece@0.6.0": "jsr:@negrel/http-ece@0.6.0",
|
"jsr:@negrel/http-ece@0.6.0": "jsr:@negrel/http-ece@0.6.0",
|
||||||
|
|
@ -239,6 +240,13 @@
|
||||||
"jsr:@nostrify/policies@^0.36.0"
|
"jsr:@nostrify/policies@^0.36.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"@gleasonator/policy@0.8.0": {
|
||||||
|
"integrity": "139611066eb60f15ec40686f9c9b8bad13eb631fdd069fd6eaae3ccf27157b0d",
|
||||||
|
"dependencies": [
|
||||||
|
"jsr:@nostrify/nostrify@^0.36.0",
|
||||||
|
"jsr:@nostrify/policies@^0.36.0"
|
||||||
|
]
|
||||||
|
},
|
||||||
"@hono/hono@4.4.6": {
|
"@hono/hono@4.4.6": {
|
||||||
"integrity": "aa557ca9930787ee86b9ca1730691f1ce1c379174c2cb244d5934db2b6314453"
|
"integrity": "aa557ca9930787ee86b9ca1730691f1ce1c379174c2cb244d5934db2b6314453"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,6 @@ const instanceV2Controller: AppController = async (c) => {
|
||||||
characters_reserved_per_url: 23,
|
characters_reserved_per_url: 23,
|
||||||
},
|
},
|
||||||
media_attachments: {
|
media_attachments: {
|
||||||
supported_mime_types: [],
|
|
||||||
image_size_limit: 16777216,
|
image_size_limit: 16777216,
|
||||||
image_matrix_limit: 33177600,
|
image_matrix_limit: 33177600,
|
||||||
video_size_limit: 103809024,
|
video_size_limit: 103809024,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue