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

View file

@ -111,6 +111,8 @@ export class MetaEntityService {
logoImageUrl: instance.logoImageUrl,
maxNoteTextLength: this.config.maxNoteLength,
maxRemoteNoteTextLength: this.config.maxRemoteNoteLength,
maxCwLength: this.config.maxCwLength,
maxRemoteCwLength: this.config.maxRemoteCwLength,
maxAltTextLength: this.config.maxAltTextLength,
maxRemoteAltTextLength: this.config.maxRemoteAltTextLength,
defaultLightTheme,