MAINT-7871 Blocked residents can pay 1L$ to Blocker and use pay message to avoid block

meow-7.2.2
Mnikolenko Productengine 2017-10-05 15:47:02 +03:00
parent 5756d41595
commit 13565cdf0e
1 changed files with 2 additions and 1 deletions

View File

@ -5664,7 +5664,8 @@ static void process_money_balance_reply_extended(LLMessageSystem* msg)
args["NAME"] = source_slurl;
is_name_group = is_source_group;
name_id = source_id;
if (!reason.empty())
if (!reason.empty() && !LLMuteList::getInstance()->isMuted(source_id))
{
message = LLTrans::getString("paid_you_ldollars" + gift_suffix, args);
}