File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
ee/packages/federation-matrix/src Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -504,6 +504,7 @@ export class FederationMatrix extends ServiceClass implements IFederationMatrixS
504504
505505 await Promise . all (
506506 matrixUsersUsername . map ( async ( username ) => {
507+ console . log ( 'HELP ->>>> username' , username ) ;
507508 if ( validateFederatedUsername ( username ) ) {
508509 return federationSDK . inviteUserToRoom (
509510 userIdSchema . parse ( username ) ,
@@ -519,6 +520,7 @@ export class FederationMatrix extends ServiceClass implements IFederationMatrixS
519520 return ;
520521 }
521522
523+ console . log ( 'HELP ->>>> ADDING LOCAL USER' , `@${ username } :${ this . serverName } ` ) ;
522524 return federationSDK . inviteUserToRoom (
523525 userIdSchema . parse ( `@${ username } :${ this . serverName } ` ) ,
524526 roomIdSchema . parse ( room . federation . mrid ) ,
You can’t perform that action at this time.
0 commit comments