Add remove notifial

This commit is contained in:
mcrakhman 2022-11-13 14:16:58 +01:00 committed by Mikhail Iudin
parent cb2f64f0d5
commit 87997b6b4b
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -77,6 +77,7 @@ func (s *settingsDocument) Update(tr tree.ObjectTree) {
s.documentIds = append(s.documentIds, ids...)
s.lastChangeId = lastId
s.queue.add(ids)
s.removeNotifyFunc(ids)
s.deleteQueued()
}
@ -88,6 +89,7 @@ func (s *settingsDocument) Rebuild(tr tree.ObjectTree) {
s.documentIds = ids
s.lastChangeId = lastId
s.queue.add(ids)
s.removeNotifyFunc(ids)
s.deleteQueued()
}