Send the 25 last messages for each channel to the client on load

This commit is contained in:
Ken-Håvard Lieng 2017-04-20 01:51:55 +02:00
parent c840d51e16
commit eedc687f18
26 changed files with 300 additions and 268 deletions

View file

@ -26,7 +26,7 @@ function mapStateToProps(state) {
channels: state.channels,
privateChats: state.privateChats,
showTabList: state.ui.showTabList,
selected: state.tab.selected
tab: state.tab.selected
};
}