misskey-js 2025.7.0 → 2025.8.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/built/autogen/types.d.ts
CHANGED
|
@@ -5802,6 +5802,9 @@ export interface operations {
|
|
|
5802
5802
|
proxyRemoteFiles: boolean;
|
|
5803
5803
|
signToActivityPubGet: boolean;
|
|
5804
5804
|
allowExternalApRedirect: boolean;
|
|
5805
|
+
enableRemoteNotesCleaning: boolean;
|
|
5806
|
+
remoteNotesCleaningExpiryDaysForEachNotes: number;
|
|
5807
|
+
remoteNotesCleaningMaxProcessingDurationInMinutes: number;
|
|
5805
5808
|
};
|
|
5806
5809
|
};
|
|
5807
5810
|
};
|
|
@@ -8640,6 +8643,9 @@ export interface operations {
|
|
|
8640
8643
|
proxyRemoteFiles?: boolean;
|
|
8641
8644
|
signToActivityPubGet?: boolean;
|
|
8642
8645
|
allowExternalApRedirect?: boolean;
|
|
8646
|
+
enableRemoteNotesCleaning?: boolean;
|
|
8647
|
+
remoteNotesCleaningExpiryDaysForEachNotes?: number;
|
|
8648
|
+
remoteNotesCleaningMaxProcessingDurationInMinutes?: number;
|
|
8643
8649
|
};
|
|
8644
8650
|
};
|
|
8645
8651
|
};
|