zotero / zotero-connectors

Chrome, Firefox, Edge, and Safari extensions for Zotero
https://www.zotero.org/download/connectors
Other
477 stars 118 forks source link

Check for translator updates with client ping #452

Closed dstillman closed 6 months ago

dstillman commented 7 months ago
  1. When client does a translators reinit, concat ids and timestamps and hash with Utilities.Internal.md5Async().
  2. Return that hash with connector /ping responses
  3. Check hash in connector and, if different from last stored, make a /connector/getTranslators request.

Supersedes #154