This commit is contained in:
April John 2023-09-04 19:06:24 +02:00
parent 8fe7709f29
commit d2c5ada55d

View File

@ -126,6 +126,12 @@ export const nodeinfo2 = async () => {
federated: false, federated: false,
bubble: false, bubble: false,
}, },
uploadLimits: {
background: 40000000,
avatar: 40000000,
banner: 40000000,
general: 40000000,
}
}, },
}; };
}; };