Signal-Server/service
Jonathan Klabunde Tomer 391b070cff
KeysController: return correct number of unsigned prekeys
When GET /v2/keys was orignally added in b263f47, prekeys were stored in
Postgres, with a user's unsigned and signed keys together in the same table.
Therefore GET /v2/keys subtracted one from the count returned by storage.

In d4d9403, we changed to a different storage schema, with unsigned prekeys in
one DynamoDB table and unsigned prekeys in the accounts Dynamo table.
Unfortunately, GET /v2/keys was not changed to stop subtracting one from the
count of prekeys in the keys table at the same time. This commit fixes that.
2023-04-03 14:32:45 -04:00
..
config Add `enabled` to SVR2 configuration 2023-03-29 11:40:21 -05:00
src KeysController: return correct number of unsigned prekeys 2023-04-03 14:32:45 -04:00
assembly.xml Build refactor in preparations for bringing in jgitver 2021-05-26 19:42:42 -05:00
pom.xml artifact is now available in maven central 2023-03-14 12:02:16 -07:00