Move to react for newlines, emoji, and links in message body

This commit is contained in:
Scott Nonnenberg 2018-05-14 13:52:10 -07:00
parent 721935b0c8
commit 4e5c8965ff
15 changed files with 400 additions and 29 deletions

View file

@ -42,7 +42,7 @@ window.Whisper.View.Templates = {
{{ #hasBody }}
<div class='content' dir='auto'>
{{ #message }}
<div class='body'>{{ message }}</div>
<div class='body'></div>
{{ /message }}
</div>
{{ /hasBody }}