mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
Fix comment in InputAccountDataRequest
This commit is contained in:
parent
dc0bac85d5
commit
9e3d771a32
@ -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 New Issue
Block a user