Don't serialize the x-key before storing it

Co-authored-by: dasha <admin@dimensionproject.net>
This commit is contained in:
nexy7574 2025-04-25 02:18:00 +01:00
parent 859ec56b4f
commit cdf105a24e
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -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 {