mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-22 07:23:22 +00:00
update comments and remove go.mod
This commit is contained in:
parent
fa4abd0af9
commit
49bed8e0e4
2 changed files with 3 additions and 5 deletions
|
@ -372,7 +372,7 @@ func (cli *Client) Versions() (resp *RespVersions, err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// PublicRooms returns the list of public rooms on target server. Does not require Auth. See http://matrix.org/speculator/spec/HEAD/client_server/unstable.html#get-matrix-client-unstable-publicrooms
|
// PublicRooms returns the list of public rooms on target server. See https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-unstable-publicrooms
|
||||||
func (cli *Client) PublicRooms(limit int, since string, server string) (resp *RespPublicRooms, err error) {
|
func (cli *Client) PublicRooms(limit int, since string, server string) (resp *RespPublicRooms, err error) {
|
||||||
args := map[string]string{}
|
args := map[string]string{}
|
||||||
|
|
||||||
|
@ -391,7 +391,8 @@ func (cli *Client) PublicRooms(limit int, since string, server string) (resp *Re
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// PublicRoomsFiltered returns a subset of PublicRooms filtered server side. See http://matrix.org/speculator/spec/HEAD/client_server/unstable.html#post-matrix-client-unstable-publicrooms
|
// PublicRoomsFiltered returns a subset of PublicRooms filtered server side.
|
||||||
|
// See https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-unstable-publicrooms
|
||||||
func (cli *Client) PublicRoomsFiltered(limit int, since string, server string, filter string) (resp *RespPublicRooms, err error) {
|
func (cli *Client) PublicRoomsFiltered(limit int, since string, server string, filter string) (resp *RespPublicRooms, err error) {
|
||||||
content := map[string]string{}
|
content := map[string]string{}
|
||||||
|
|
||||||
|
|
3
go.mod
3
go.mod
|
@ -1,3 +0,0 @@
|
||||||
module github.com/matrix-org/gomatrix
|
|
||||||
|
|
||||||
go 1.12
|
|
Loading…
Add table
Add a link
Reference in a new issue