Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Check for synapse enable_3pid_changes option
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Aug 31, 2023
1 parent ed7ae2d commit 70ec5bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/syn2mas/src/advisor.mts
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,8 @@ export async function advisor(argv?: string[]): Promise<void> {
if (synapseRefreshToken > 0) {
log.info(`Synapse database contains ${synapseRefreshToken} refresh tokens which will be migrated`);
}

if (synapseConfig.enable_3pid_changes === true) {
warn("Synapse config has enable_3pid_changes enabled which must to be disabled or removed after migration");
}
}

0 comments on commit 70ec5bc

Please sign in to comment.