-
Notifications
You must be signed in to change notification settings - Fork 145
Description
Describe the bug (this is not really a bug, but anyways to stick to the template as much as possible)
When I type in the first line of a note (e.g. when starting a new note), on every character change the file gets saved (first activity entry) and the filename changes (second activity entry).
To Reproduce
Steps to reproduce the behavior:
- type/make changes in the first line of a note (e.g. when starting a new one)
- go to Nextcloud's Activity app/section
- see a lot of entries for the just edited note (in fact two for (almost) every changed character)
Expected behavior
While it obviously makes sense to store the changes (on server side) as soon as possible to avoid data loss if e.g. the client disconnects due to network outage, those changes should only be written to disk once editing has "finished" (e.g. no changes for 5 seconds?). This way changes to the first line of a note can be done without "flooding" the activity stream.
Server (please complete the following information):
- Notes app version: 3.2.0
- Nextcloud version: 18.0.3
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.