mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 03:58:05 +01:00
use Account-specific json serializer when reserving username hash
This commit is contained in:
committed by
GitHub
parent
8fbc1dac74
commit
a05a230085
@@ -445,7 +445,7 @@ public class Accounts extends AbstractDynamoDbStore {
|
||||
final byte[] accountJsonBytes;
|
||||
|
||||
try {
|
||||
accountJsonBytes = SystemMapper.jsonMapper().writeValueAsBytes(account);
|
||||
accountJsonBytes = ACCOUNT_DDB_JSON_WRITER.writeValueAsBytes(account);
|
||||
} catch (final JsonProcessingException e) {
|
||||
throw new IllegalArgumentException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user