Allow it to startup

This commit is contained in:
Kegan Dougal 2020-09-02 17:53:12 +01:00
parent 72f9d3e819
commit ef4d51a100

View file

@ -748,5 +748,5 @@ func (d *Database) GetKnownUsers(ctx context.Context, userID, searchString strin
// GetKnownRooms returns a list of all rooms we know about. // GetKnownRooms returns a list of all rooms we know about.
func (d *Database) GetKnownRooms(ctx context.Context) ([]string, error) { func (d *Database) GetKnownRooms(ctx context.Context) ([]string, error) {
return nil, fmt.Errorf("not implemented yet") return nil, nil
} }