mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	reddit plugin refactoring, performance improvemnts etc.
This commit is contained in:
		| @@ -37,7 +37,7 @@ async function createNewNote(parentNoteId, note, sourceId) { | ||||
|         await sql.insert("notes", { | ||||
|             note_id: noteId, | ||||
|             note_title: note.note_title, | ||||
|             note_text: '', | ||||
|             note_text: note.note_text ? note.note_text : '', | ||||
|             date_created: now, | ||||
|             date_modified: now, | ||||
|             is_protected: note.is_protected | ||||
|   | ||||
		Reference in New Issue
	
	Block a user