mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-19 02:25:26 +00:00
Increase minimum char count
This commit is contained in:
@@ -187,7 +187,7 @@ router.get(
|
||||
let pathname = new URL(uri).pathname;
|
||||
while (
|
||||
pathname.split("/")[0] != "attachments" &&
|
||||
pathname.length > 10
|
||||
pathname.length > 30
|
||||
) {
|
||||
pathname = pathname.split("/").slice(1).join("/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user