chore: add memo content length limit setting

This commit is contained in:
Steven
2024-05-06 08:02:39 +08:00
parent 56ceba2dec
commit af1ad2f2db
9 changed files with 171 additions and 96 deletions

View File

@@ -96,6 +96,8 @@ message WorkspaceMemoRelatedSetting {
bool disallow_public_visible = 1;
// display_with_update_time orders and displays memo with update time.
bool display_with_update_time = 2;
// content_length_limit is the limit of content length.
int64 content_length_limit = 3;
}
message ListWorkspaceSettingsRequest {}