Skip to content

Commit cc75a83

Browse files
committed
Add TODO
Signed-off-by: Šimon Brandner <[email protected]>
1 parent a38dd15 commit cc75a83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func LoadConfigFromString(configString string) (*Config, error) {
7474
return nil, fmt.Errorf("failed to unmarshal YAML file: %w", err)
7575
}
7676

77+
// TODO: We should split these up and add error messages
7778
if config.Matrix.UserID == "" ||
7879
config.Matrix.HomeserverURL == "" ||
7980
config.Matrix.AccessToken == "" ||

0 commit comments

Comments
 (0)