投稿の文字数制限の初期値をmeta側と合わせる
This commit is contained in:
		
							parent
							
								
									e0433c6b89
								
							
						
					
					
						commit
						197ead76c6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -12,7 +12,7 @@ import { DriveFile } from '../../../../models/entities/drive-file'; | ||||||
| import { Note } from '../../../../models/entities/note'; | import { Note } from '../../../../models/entities/note'; | ||||||
| import { DB_MAX_NOTE_TEXT_LENGTH } from '../../../../misc/hard-limits'; | import { DB_MAX_NOTE_TEXT_LENGTH } from '../../../../misc/hard-limits'; | ||||||
| 
 | 
 | ||||||
| let maxNoteTextLength = 1000; | let maxNoteTextLength = 500; | ||||||
| 
 | 
 | ||||||
| setInterval(() => { | setInterval(() => { | ||||||
| 	fetchMeta().then(m => { | 	fetchMeta().then(m => { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue