mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
core: add collection for reminders
This commit is contained in:
committed by
Abdullah Atta
parent
657fe05464
commit
a8f1fbf6a1
@@ -46,6 +46,10 @@ class Merger {
|
||||
get: (id) => this._db.shortcuts.shortcut(id),
|
||||
set: (item) => this._db.shortcuts.merge(item)
|
||||
},
|
||||
reminder: {
|
||||
get: (id) => this._db.reminders.reminder(id),
|
||||
set: (item) => this._db.reminders.merge(item)
|
||||
},
|
||||
notebook: {
|
||||
threshold: 1000,
|
||||
get: (id) => this._db.notebooks.notebook(id),
|
||||
|
||||
Reference in New Issue
Block a user