mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd:Ⓜ️:user::register: Fix comment. [ci skip]
This commit is contained in:
parent
94e8037921
commit
b51f49c925
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
/// (see json/tuple.h)). This is a superset of m::create(user::id), which is
|
||||
/// called internally and only one part of the process. This function returns
|
||||
/// a spec JSON object [into the buffer] which could be returned from an
|
||||
/// `r0/register` endpoint. The IP argument is optional, used for for
|
||||
/// information about the registrant if a client; to programmatically register
|
||||
/// a user simply fill out the structure as best as possible otherwise.
|
||||
/// `r0/register` endpoint. The IP argument is optional, used for information
|
||||
/// about the registrant if a client; to programmatically register a user,
|
||||
/// simply fill out the structure as best as possible otherwise.
|
||||
///
|
||||
struct ircd::m::user::registar
|
||||
:json::tuple
|
||||
|
|
Loading…
Reference in a new issue