This commit is contained in:
Christopher Speller
2016-03-29 10:14:34 -04:00
parent bf636404d2
commit b7a2658644

View File

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