mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Fix copy/paste error
This commit is contained in:
parent
39900623b8
commit
48f034af14
|
|
@ -109,7 +109,7 @@ func (a *AppServiceQueryAPI) RoomAliasExists(
|
||||||
}
|
}
|
||||||
|
|
||||||
// UserIDExists performs a request to '/users/{userID}' on all known
|
// UserIDExists performs a request to '/users/{userID}' on all known
|
||||||
// handling application services until one admits to owning the room
|
// handling application services until one admits to owning the user ID
|
||||||
func (a *AppServiceQueryAPI) UserIDExists(
|
func (a *AppServiceQueryAPI) UserIDExists(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
request *api.UserIDExistsRequest,
|
request *api.UserIDExistsRequest,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue