slack-matrix-migration
slack-matrix-migration copied to clipboard
Hoist config variable to top scope
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
Had same trouble today, and yes, it helps. Thanks.