slack-matrix-migration icon indicating copy to clipboard operation
slack-matrix-migration copied to clipboard

Hoist config variable to top scope

Open mbharanya opened this issue 2 years ago • 1 comments

It seems that in recent changes the config was moved into the main function, but not passed to all necessary other functions as an argument. To fix it for my case I simply put the config in the global scope.

This should also help fix #10

mbharanya avatar Aug 20 '22 10:08 mbharanya

Had same trouble today, and yes, it helps. Thanks.

vreitech avatar Sep 16 '24 13:09 vreitech