You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actions like pinning a note are generating multiple 'fake' history records that are useless for the users since they won't see any difference when restoring any of those versions. This also happens on Android app.
Other actions:
Pin/Unpin notes
Toggle markdown
Publish
Add/Remove tags
Expected
I expected not to have a history record generated by an action that can't be reverted by restoring a previous version.
Observed
After pinning a note to the top a new history record is generated and restoring the previous version doesn't change anything.
Reproduced
Create a new note
Open history and verify that there is a single record
Pin the note
Open history and verify that a new record was added
Restore the previous version
Notice that the note is still pinned
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue @tiagomar! History feature in its current state could use some improvement indeed - as discussed in p1630152513000100/1621854790.046100-slack-C01KY08KQSY
Actions like pinning a note are generating multiple 'fake' history records that are useless for the users since they won't see any difference when restoring any of those versions. This also happens on Android app.
Other actions:
Expected
I expected not to have a history record generated by an action that can't be reverted by restoring a previous version.
Observed
After pinning a note to the top a new history record is generated and restoring the previous version doesn't change anything.
Reproduced
The text was updated successfully, but these errors were encountered: