notea-org / notea

📒 Self hosted note taking app stored on S3
2.08k stars 383 forks source link

import sets date from zip, but createNote overrides with current date #114

Closed bjj closed 2 years ago

bjj commented 3 years ago

As the title says: Import gets the timestamp from the zipfile as the date in the note metadata, but the way the spread syntax is written in createNote, it overrides with the durrent date.

tecc commented 2 years ago

This bug was (theoretically, haven't quite tested) fixed in #141, so I'm closing this issue.