• Robert Knight's avatar
    Add `extra.{source, original_id}` fields to imported annotations · da7b94c9
    Robert Knight authored
    Record the fact that imported annotations were created via the client's import
    mechanism, and the original ID of the annotation. This is currently stored in
    the `extra` field. h supports setting arbitrary fields at the top level of
    annotations, so we could have put the data there instead. However using the
    `extra` field for custom fields is a convention already used by some API
    clients, and is distinct from a standard/validated field if we add one later on.
    
    Fixes https://github.com/hypothesis/client/issues/5738
    da7b94c9
Name
Last commit
Last update
..
components Loading commit data...
config Loading commit data...
helpers Loading commit data...
services Loading commit data...
store Loading commit data...
test Loading commit data...
util Loading commit data...
cross-origin-rpc.ts Loading commit data...
index.tsx Loading commit data...
markdown-commands.ts Loading commit data...
media-embedder.ts Loading commit data...
render-markdown.ts Loading commit data...
search-client.ts Loading commit data...
service-context.tsx Loading commit data...
websocket.ts Loading commit data...