2
0
Эх сурвалжийг харах

Bugfix. Avatars weren't being shown

JC Brand 7 жил өмнө
parent
commit
745b821848

+ 1 - 0
CHANGES.md

@@ -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)
 

+ 1 - 0
src/converse-chatboxes.js

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