Don't serialize the x-key before storing it
Co-authored-by: dasha <admin@dimensionproject.net>
This commit is contained in:
parent
859ec56b4f
commit
cdf105a24e
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue