Skip to content

Commit

Permalink
Merge 58a1d76 into 4aeb78e
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilander committed Feb 14, 2017
2 parents 4aeb78e + 58a1d76 commit 21032bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/stores/channel_store.jsx
Expand Up @@ -516,6 +516,10 @@ ChannelStore.dispatchToken = AppDispatcher.register((payload) => {
}
break;

case ActionTypes.CREATE_POST:
ChannelStore.incrementMessages(action.post.channel_id);
break;

default:
break;
}
Expand Down

0 comments on commit 21032bd

Please sign in to comment.