Commit 745b8218 authored by JC Brand's avatar JC Brand

Bugfix. Avatars weren't being shown

parent fa656935
......@@ -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)
......
......@@ -90,6 +90,7 @@
_converse.ChatBox = Backbone.Model.extend({
defaults: {
'type': 'chatbox',
'show_avatar': true,
'bookmarked': false,
'chat_state': undefined,
'num_unread': 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment