fix: typo
ref: https://docs.joinmastodon.org/entities/V1_Instance/#video_frame_rate_limit
This commit is contained in:
parent
6f20b69021
commit
605f8d5e29
2 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue