mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 23:48:27 +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 {
|
type InputAccountDataRequest struct {
|
||||||
UserID string // required: the user to set account data for
|
UserID string // required: the user to set account data for
|
||||||
RoomID string // optional: the room to associate the account data with
|
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
|
AccountData json.RawMessage // required: the message content
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue