Improve message rendering

This commit is contained in:
Ken-Håvard Lieng 2016-02-16 22:43:25 +01:00
parent ede8e19722
commit 072daa64f2
16 changed files with 303 additions and 260 deletions

View file

@ -1,6 +1,6 @@
import padStart from 'lodash/padStart';
export wrapMessages from './wrapMessages';
export messageHeight from './messageHeight';
export function normalizeChannel(channel) {
if (channel.indexOf('#') !== 0) {