1
0

expose CW limit to frontend

This commit is contained in:
Hazelnoot
2024-10-26 10:37:38 -04:00
parent 01e98c75ab
commit c5d9bde43f
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -5154,6 +5154,8 @@ export type components = {
sidebarLogoUrl: string | null;
maxNoteTextLength: number;
maxRemoteNoteTextLength: number;
maxCwLength: number;
maxRemoteCwLength: number;
maxAltTextLength: number;
maxRemoteAltTextLength: number;
ads: {