mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 06:43:09 -06:00
Allow it to startup
This commit is contained in:
parent
72f9d3e819
commit
ef4d51a100
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue