mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
Update code comment
This commit is contained in:
parent
731bfa13f0
commit
ade99807cf
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ type Data struct {
|
|||
}
|
||||
|
||||
// VerifyUserFromRequest authenticates the HTTP request,
|
||||
// on success returns UserID, Device of the requester.
|
||||
// on success returns Device of the requester.
|
||||
// Finds local user or an application service user.
|
||||
// Note: For an AS user, AS dummy device is returned.
|
||||
// On failure returns an JSON error response which can be sent to the client.
|
||||
|
|
Loading…
Reference in a new issue