Merge pull request #2560 from mattermost/plt-2464

PLT-2464 Fixing js error with notifications.
Этот коммит содержится в:
Joram Wilander
2016-03-29 10:47:30 -04:00
родитель bf636404d2 b7a2658644
Коммит 4a6edbfd08

Просмотреть файл

@@ -89,7 +89,7 @@ NotificationStore.dispatchToken = AppDispatcher.register((payload) => {
switch (action.type) {
case ActionTypes.RECEIVED_POST:
NotificationStore.handleRecievedPost(action.post, action.webspcketMessageProps);
NotificationStore.handleRecievedPost(action.post, action.websocketMessageProps);
NotificationStore.emitChange();
break;
}