When items are deleted in the official 1Password app, they are not removed from contents.js. Gonepass would try to open deleted items and raise an error since the <item_id>.1password datafile is gone. This change skips loading items that are marked as a system.Tombstone type in contents.js.
When items are deleted in the official 1Password app, they are not removed from contents.js. Gonepass would try to open deleted items and raise an error since the
<item_id>.1password
datafile is gone. This change skips loading items that are marked as asystem.Tombstone
type in contents.js.