Skip to content
Commit 3a7f774a authored by Aaron J. Seigo's avatar Aaron J. Seigo
Browse files

protect against replaying notifications on bad data

Remove operations indeed will reference UIDs that no loner exist in the
database. However, it is possible to have notifications saved to disk (e.g.)
by a ChangeRecorder which, on next start, reference UIDs that no longer exist.
In that case, we need to drop the message on the ground otherwise we end up
stuck with a notification that never gets cleared every time the resource
is started.
parent 8cea134d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment