Update MatrixActionCreators.js

This commit is contained in:
Travis Ralston
2018-11-04 23:00:47 -07:00
committed by GitHub
parent f9d5c11d8d
commit ec2528e8b5

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 {