Compare commits

..

No commits in common. "a3db17fc365272415a058f3243042be54c1aa78c" and "543c46696d32c1cb7a6b160771550ccc92d6cdd0" have entirely different histories.

3 changed files with 0 additions and 7 deletions

View file

@ -58,11 +58,6 @@ final class MessengerPresenter extends OpenVKPresenter
if(!$correspondent) if(!$correspondent)
$this->notFound(); $this->notFound();
if(!$this->user->identity->getPrivacyPermission('messages.write', $correspondent))
{
$this->flash("err", tr("warning"), tr("user_may_not_reply"));
}
$this->template->selId = $sel; $this->template->selId = $sel;
$this->template->correspondent = $correspondent; $this->template->correspondent = $correspondent;
} }

View file

@ -1197,7 +1197,6 @@
/* User alerts */ /* User alerts */
"user_alert_scam" = "This account has been reported a lot for scam. Please be careful, especially if he asked for money."; "user_alert_scam" = "This account has been reported a lot for scam. Please be careful, especially if he asked for money.";
"user_may_not_reply" = "This user may not reply to you because of your privacy settings. <a href='/settings?act=privacy'>Open privacy settings</a>";
/* Cookies pop-up */ /* Cookies pop-up */

View file

@ -1085,7 +1085,6 @@
/* User alerts */ /* User alerts */
"user_alert_scam" = "На этот аккаунт много жаловались в связи с мошенничеством. Пожалуйста, будьте осторожны, особенно если у вас попросят денег."; "user_alert_scam" = "На этот аккаунт много жаловались в связи с мошенничеством. Пожалуйста, будьте осторожны, особенно если у вас попросят денег.";
"user_may_not_reply" = "Этот пользователь, возможно, вам не сможет ответить из-за ваших настроек приватности. <a href='/settings?act=privacy'>Открыть настройки приватности</a>";
/* Cookies pop-up */ /* Cookies pop-up */