We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a1a8a commit 5f257ffCopy full SHA for 5f257ff
tools/syn2mas/src/migrate.mts
@@ -84,7 +84,8 @@ export async function migrate(): Promise<void> {
84
type: Boolean,
85
optional: true,
86
defaultValue: false,
87
- description: "Skip and print warnings for any guests users found in Synapse, instead of aborting"
+ description:
88
+ "Skip and print warnings for any guests users found in Synapse, instead of aborting",
89
},
90
dryRun: {
91
tools/syn2mas/src/types/MUser.d.ts
@@ -4,8 +4,6 @@
4
// SPDX-License-Identifier: AGPL-3.0-only
5
// Please see LICENSE in the repository root for full details.
6
7
-import type { MUserEmail } from "./MUserEmail";
8
-
9
import type { UUID } from "./index";
10
11
export interface MUser {
0 commit comments