Update MatrixActionCreators.js

pull/21833/head
Travis Ralston 2018-11-04 23:00:47 -07:00 committed by GitHub
parent f9d5c11d8d
commit ec2528e8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function createAccountDataAction(matrixClient, accountDataEvent) {
* @param {MatrixClient} matrixClient the matrix client.
* @param {MatrixEvent} accountDataEvent the account data event.
* @param {Room} room the room where account data was changed
* @returns {RoomAccountDataAction} an action of type MatrixActions.accountData.
* @returns {RoomAccountDataAction} an action of type MatrixActions.Room.accountData.
*/
function createRoomAccountDataAction(matrixClient, accountDataEvent, room) {
return {