mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-17 04:00:39 +01:00
* start with a default config, not an empty config. * some data structures were present on Empty config but not Default config * the monkey patched CLIContext is working * remove print debugging log * make the behaviour of the flags consistent across all data types Conflicts: internal/config/config.go * try to fix accidentally broken test