monkeeShark/packages
dakkar 219c7fa6ec always preserve old text when editing a note
before this change:

* create a note, with text
  * `note` has a row with the text
	* `note_edit` doesn't have any matching row
* edit the note, removing all the text
  * the row in `note` has the new, empty, text
	* `note_edit` has a matching row, but its `oldText` is NULL

so the original text is lost

after this change, the row in `note_edit` always keeps the previous
text
2023-11-02 14:28:23 +00:00
..
backend always preserve old text when editing a note 2023-11-02 14:28:23 +00:00
frontend upd: remove footerspacer from settings 2023-11-02 00:46:46 +01:00
megalodon upd: change handling of suggestions and status trends 2023-10-31 11:31:31 +01:00
misskey-js merge: upstream 2023-11-01 12:39:07 +01:00
shared Update .eslintrc.js 2023-10-31 20:14:36 +09:00
sw merge: upstream 2023-11-01 12:39:07 +01:00
meta.json