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:
nexy7574
2025-04-25 02:18:00 +01:00
committed by Jason Volk
parent 10e63c5153
commit 8386cbbb96

View File

@@ -672,7 +672,7 @@ impl Service {
self.db
.userid_usersigningkeyid
.put(user_id, user_signing_key_key);
.raw_put(user_id, user_signing_key_key);
}
if notify {