Merge branch 'master' into bootstrap4

This commit is contained in:
JC Brand 2018-02-19 22:13:01 +01:00
commit d8f80bc0e6
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
## 3.3.4 (Unreleased)
- Avoid `eval` (via `_.template` from lodash).
- Bugfix. Avatars weren't being shown.
## 3.3.3 (2018-02-14)

View File

@ -96,6 +96,7 @@
_converse.ChatBox = Backbone.Model.extend({
defaults: {
'type': 'chatbox',
'show_avatar': true,
'bookmarked': false,
'chat_state': undefined,
'num_unread': 0,