naskya 2024-05-24 11:56:19 +09:00
parent 6f20b69021
commit 605f8d5e29
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ namespace MastodonEntity {
image_size_limit: number;
image_matrix_limit: number;
video_size_limit: number;
video_frame_limit: number;
video_frame_rate_limit: number;
video_matrix_limit: number;
};
polls: {

View file

@ -85,7 +85,7 @@ export class MiscHelpers {
image_size_limit: 10485760,
image_matrix_limit: 16777216,
video_size_limit: 41943040,
video_frame_limit: 60,
video_frame_rate_limit: 60,
video_matrix_limit: 2304000,
},
polls: {