Fix comment in InputAccountDataRequest

main
Neil Alexander 2020-06-19 09:18:09 +01:00
parent dc0bac85d5
commit 9e3d771a32
1 changed files with 1 additions and 1 deletions

View File

@ -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
}