mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -06:00
TODO
This commit is contained in:
parent
b794d23594
commit
f23f386207
|
|
@ -108,6 +108,7 @@ func (r *RoomserverPublicRoomAPI) GetPublicRooms(
|
|||
req *api.GetPublicRoomsRequest,
|
||||
response *api.GetPublicRoomsResponse,
|
||||
) error {
|
||||
// TODO: Limit by req.Limit and offset by req.Since
|
||||
roomIDs, err := r.DB.GetPublicRoomIDs()
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in a new issue