mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Fix comment in InputAccountDataRequest
This commit is contained in:
parent
dc0bac85d5
commit
9e3d771a32
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ type UserInternalAPI interface {
|
|||
type InputAccountDataRequest struct {
|
||||
UserID string // required: the user to set account data for
|
||||
RoomID string // optional: the room to associate the account data with
|
||||
DataType string // optional: the data type of the data
|
||||
DataType string // required: the data type of the data
|
||||
AccountData json.RawMessage // required: the message content
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue