We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b359cd6 + d59dff0 commit 56d5cc1Copy full SHA for 56d5cc1
www/addons/messages/lang/en.json
@@ -24,5 +24,5 @@
24
"type_online": "Online",
25
"type_search": "Search results",
26
"type_strangers": "Others",
27
- "unblockcontact": "Unlock contact"
+ "unblockcontact": "Unblock contact"
28
}
www/addons/messages/services/messages.js
@@ -859,6 +859,8 @@ angular.module('mm.addons.messages')
859
self.unblockContact = function(userId) {
860
return $mmSite.write('core_message_unblock_contacts', {
861
userids: [ userId ]
862
+ }, {
863
+ responseExpected: false
864
}).then(function() {
865
return self.invalidateAllContactsCache($mmSite.getUserId());
866
});
0 commit comments