Loading app/assets/javascripts/app/views/conversations_form_view.js +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ app.views.ConversationsForm = Backbone.View.extend({ var diasporaHandle = $recipientTagEl.data("diaspora-handle"); this.conversationRecipients = this.conversationRecipients.filter(function(person) { return diasporaHandle.localeCompare(person.handle) !== 0; return diasporaHandle !== person.handle; }); this.updateContactIdsListInput(); Loading Loading
app/assets/javascripts/app/views/conversations_form_view.js +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ app.views.ConversationsForm = Backbone.View.extend({ var diasporaHandle = $recipientTagEl.data("diaspora-handle"); this.conversationRecipients = this.conversationRecipients.filter(function(person) { return diasporaHandle.localeCompare(person.handle) !== 0; return diasporaHandle !== person.handle; }); this.updateContactIdsListInput(); Loading