PLT-3101 Added message history (#3205)

* Added message history

* Minor logical changes

* Fixed indexes resetting

* Fixed double messages

* Fixed resetting main history when RHS opened
This commit is contained in:
David Lu
2016-06-06 10:01:35 -07:00
committed by Harrison Healey
parent 96e8fc165f
commit 2c42294bbc
6 changed files with 147 additions and 26 deletions

View File

@@ -2,7 +2,6 @@
// See License.txt for license information.
import Client from 'utils/web_client.jsx';
import Constants from 'utils/constants.jsx';
export function isSystemMessage(post) {