mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Default avatar support
Fixes #264 Implement the equivalent of java's String.hashCode on the conversation model. Change avatar template and attributes. Use css classes for colors.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
render_attributes: function() {
|
||||
return {
|
||||
name: this.model.getTitle(),
|
||||
avatar_url: this.model.getAvatarUrl()
|
||||
avatar: {url: this.model.getAvatar()}
|
||||
};
|
||||
},
|
||||
send: function() {
|
||||
|
||||
Reference in New Issue
Block a user