separate character limits for local and remote notes
This commit is contained in:
@@ -5153,6 +5153,9 @@ export type components = {
|
||||
iconUrl: string | null;
|
||||
sidebarLogoUrl: string | null;
|
||||
maxNoteTextLength: number;
|
||||
maxRemoteNoteTextLength: number;
|
||||
maxAltTextLength: number;
|
||||
maxRemoteAltTextLength: number;
|
||||
ads: {
|
||||
/**
|
||||
* Format: id
|
||||
|
||||
Reference in New Issue
Block a user