|
|
@ -823,7 +823,7 @@ MessengerUI, Messages) {
|
|
|
|
'title': Messages.pinLimitReached
|
|
|
|
'title': Messages.pinLimitReached
|
|
|
|
}).append($limitIcon).hide();
|
|
|
|
}).append($limitIcon).hide();
|
|
|
|
var todo = function (e, overLimit) {
|
|
|
|
var todo = function (e, overLimit) {
|
|
|
|
if (e) { return void console.error("Unable to get the pinned usage"); }
|
|
|
|
if (e) { return void console.error("Unable to get the pinned usage", e); }
|
|
|
|
if (overLimit) {
|
|
|
|
if (overLimit) {
|
|
|
|
var key = 'pinLimitReachedAlert';
|
|
|
|
var key = 'pinLimitReachedAlert';
|
|
|
|
if (ApiConfig.noSubscriptionButton === true) {
|
|
|
|
if (ApiConfig.noSubscriptionButton === true) {
|
|
|
|