81d8ca82a2
Currently PFS messages are decrypted and therefore modified before being passed to the client. This make IDs computation difficult, as we pass the whole object to the client and expect the object be passed back once confirmed. This changes the behavior allowing confirmation by ID, which is passed to the client instead of the raw object. This is a breaking change, but status-react is already forward compatible. |
||
---|---|---|
.. | ||
cache.go | ||
cache_test.go | ||
deduplicator.go | ||
deduplicator_test.go | ||
utils_test.go |