feat(olm): reset/send new olm secret if a matching fingerprint is detected

This commit is contained in:
Varun Narravula
2026-01-13 17:14:05 -08:00
committed by Owen Schwartz
parent 40e37b1798
commit 6c8757f230
3 changed files with 127 additions and 0 deletions

View File

@@ -861,6 +861,12 @@ authenticated.get(
olm.getUserOlm
);
authenticated.post(
"/user/:userId/olm/recover",
verifyIsLoggedInUser,
olm.recoverOlmWithFingerprint
);
authenticated.put(
"/idp/oidc",
verifyUserIsServerAdmin,