Don't serialize the x-key before storing it
Co-authored-by: dasha <admin@dimensionproject.net> Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -672,7 +672,7 @@ impl Service {
|
|||||||
|
|
||||||
self.db
|
self.db
|
||||||
.userid_usersigningkeyid
|
.userid_usersigningkeyid
|
||||||
.put(user_id, user_signing_key_key);
|
.raw_put(user_id, user_signing_key_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
if notify {
|
if notify {
|
||||||
|
|||||||
Reference in New Issue
Block a user