1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 11:44:10 +02:00

configable

This commit is contained in:
tamaina
2023-07-15 14:24:05 +00:00
parent 76def0032e
commit 60fd848182
3 changed files with 9 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ export type Source = {
videoThumbnailGenerator?: string;
signToActivityPubGet?: boolean;
outboxNotesFetchLimit?: number;
};
/**