mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
remove unused argument
This commit is contained in:
@@ -162,8 +162,8 @@
|
||||
}
|
||||
},
|
||||
|
||||
fetchMessages: function(options) {
|
||||
return this.messageCollection.fetchConversation(this.id, options);
|
||||
fetchMessages: function() {
|
||||
return this.messageCollection.fetchConversation(this.id);
|
||||
},
|
||||
|
||||
fetchContacts: function(options) {
|
||||
|
||||
Reference in New Issue
Block a user