Files
Signal-Server/service/src/main/java/org/whispersystems/textsecuregcm
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
..
2021-10-28 14:48:44 -07:00
2023-03-22 12:57:21 -05:00
2023-02-06 12:16:59 -06:00
2023-02-23 10:17:24 -06:00
2023-02-06 12:16:59 -06:00
2023-01-25 17:28:03 -08:00
2023-03-09 10:43:45 -06:00