mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-13 01:43:09 -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
|
||||
// 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(
|
||||
ctx context.Context,
|
||||
request *api.UserIDExistsRequest,
|
||||
|
|
|
|||
Loading…
Reference in a new issue