fix: Cannot duplicate document with title close to max title length
closes #1610
This commit is contained in:
@ -2,3 +2,4 @@
|
||||
|
||||
export const USER_PRESENCE_INTERVAL = 5000;
|
||||
export const MAX_AVATAR_DISPLAY = 6;
|
||||
export const MAX_TITLE_LENGTH = 100;
|
||||
|
Reference in New Issue
Block a user