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 a38dd15 commit cc75a83Copy full SHA for cc75a83
pkg/config/config.go
@@ -74,6 +74,7 @@ func LoadConfigFromString(configString string) (*Config, error) {
74
return nil, fmt.Errorf("failed to unmarshal YAML file: %w", err)
75
}
76
77
+ // TODO: We should split these up and add error messages
78
if config.Matrix.UserID == "" ||
79
config.Matrix.HomeserverURL == "" ||
80
config.Matrix.AccessToken == "" ||
0 commit comments