aboutsummaryrefslogtreecommitdiffstats
path: root/mod/mail.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-03 03:35:01 -0700
committerfriendica <info@friendica.com>2014-10-03 03:35:01 -0700
commit2bd4b362389aafc9d98f47f44672fc874d37e17a (patch)
treeb408a501000312e4da3c1d8ade1a19374a04a3e4 /mod/mail.php
parentf5623ae11d9ec2097af3d5018289bc84672bf162 (diff)
downloadvolse-hubzilla-2bd4b362389aafc9d98f47f44672fc874d37e17a.tar.gz
volse-hubzilla-2bd4b362389aafc9d98f47f44672fc874d37e17a.tar.bz2
volse-hubzilla-2bd4b362389aafc9d98f47f44672fc874d37e17a.zip
rev update
Diffstat (limited to 'mod/mail.php')
-rw-r--r--mod/mail.php5
1 files changed, 4 insertions, 1 deletions
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;
+
}
}