File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ aliases: [
8787 "public_key" : " BCk-QqERU0q-CfYZjcuB6lnyyOYfJ2AifKqfeGIm7Z-HiTU5T9eTG5GxVA0_OH5mMlI4UkkDTpaZwozy0TzdZ2M="
8888 },
8989 "accounts" : {
90+ "max_display_name_lenth" : 30 ,
91+ "max_note_length" : 500 ,
9092 "max_featured_tags" : 10 ,
9193 "max_pinned_statuses" : 5 ,
9294 "max_profile_fields" : 4 ,
@@ -610,6 +612,20 @@ aliases: [
610612** Version history:** \
6116134.0.0 - added
612614
615+ ##### ` configuration[accounts][max_display_name_length] ` {#max_display_name_length}
616+
617+ ** Description:** The maximum length allowed for an account's display name.\
618+ ** Type:** Integer\
619+ ** Version history:** \
620+ 4.6.0 - added
621+
622+ ##### ` configuration[accounts][max_note_length] ` {#max_note_length}
623+
624+ ** Description:** The maximum length allowed for an account's bio.\
625+ ** Type:** Integer\
626+ ** Version history:** \
627+ 4.6.0 - added
628+
613629##### ` configuration[accounts][max_featured_tags] ` {#max_featured_tags}
614630
615631** Description:** The maximum number of featured tags allowed for each account.\
You can’t perform that action at this time.
0 commit comments