mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Move key change advisory content to the model
Return this content from a helper method so it can be used to populate the last message on conversations.
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
},
|
||||
render_attributes: function() {
|
||||
return {
|
||||
content: i18n('keychanged', this.conversation.getTitle())
|
||||
content: this.model.getNotificationText()
|
||||
};
|
||||
},
|
||||
verifyIdentity: function() {
|
||||
|
||||
Reference in New Issue
Block a user