From 2bd4b362389aafc9d98f47f44672fc874d37e17a Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 3 Oct 2014 03:35:01 -0700 Subject: rev update --- mod/mail.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod/mail.php') diff --git a/mod/mail.php b/mod/mail.php index d6d802fe7..f4897149a 100644 --- a/mod/mail.php +++ b/mod/mail.php @@ -72,7 +72,10 @@ function mail_post(&$a) { if(! ($their_perms & PERMS_W_MAIL)) { notice( t('Selected channel has private message restrictions. Send failed.')); - return; + // reported issue: let's still save the message and continue. We'll just tell them + // that nothing useful is likely to happen. They might have spent hours on it. + // return; + } } -- cgit v1.2.3