mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
Compare commits
No commits in common. "a3db17fc365272415a058f3243042be54c1aa78c" and "543c46696d32c1cb7a6b160771550ccc92d6cdd0" have entirely different histories.
a3db17fc36
...
543c46696d
3 changed files with 0 additions and 7 deletions
|
@ -57,11 +57,6 @@ final class MessengerPresenter extends OpenVKPresenter
|
|||
$correspondent = $this->getCorrespondent($sel);
|
||||
if(!$correspondent)
|
||||
$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->correspondent = $correspondent;
|
||||
|
|
|
@ -1197,7 +1197,6 @@
|
|||
/* User alerts */
|
||||
|
||||
"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 */
|
||||
|
||||
|
|
|
@ -1085,7 +1085,6 @@
|
|||
/* User alerts */
|
||||
|
||||
"user_alert_scam" = "На этот аккаунт много жаловались в связи с мошенничеством. Пожалуйста, будьте осторожны, особенно если у вас попросят денег.";
|
||||
"user_may_not_reply" = "Этот пользователь, возможно, вам не сможет ответить из-за ваших настроек приватности. <a href='/settings?act=privacy'>Открыть настройки приватности</a>";
|
||||
|
||||
/* Cookies pop-up */
|
||||
|
||||
|
|
Loading…
Reference in a new issue