feat: アンテナに保持するノート数をポリシーに追加 (MisskeyIO#499)

This commit is contained in:
kabo2468
2024-03-03 02:42:13 +09:00
committed by GitHub
parent a24e93ec6c
commit c0dbdd78c1
10 changed files with 46 additions and 1 deletions

View File

@@ -4824,6 +4824,7 @@ export type components = {
alwaysMarkNsfw: boolean;
pinLimit: number;
antennaLimit: number;
antennaNotesLimit: number;
wordMuteLimit: number;
webhookLimit: number;
clipLimit: number;