Return encryption recovery status on API

This commit is contained in:
2025-11-10 08:32:17 +01:00
parent 70a246355b
commit 4a72411d65
4 changed files with 38 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export interface UserInfo {
email: string;
matrix_user_id?: string;
matrix_device_id?: string;
matrix_recovery_state?: string;
}
const TokenStateKey = "auth-state";