Pre-linkify messages and store breakpoints

This commit is contained in:
Ken-Håvard Lieng 2017-04-17 04:11:45 +02:00
parent 12fbca8110
commit c4609574c7
6 changed files with 85 additions and 82 deletions

View file

@ -1,6 +1,6 @@
import padStart from 'lodash/padStart';
export messageHeight from './messageHeight';
export { findBreakpoints, messageHeight } from './messageHeight';
export linkify from './linkify';
export function normalizeChannel(channel) {