rev update

This commit is contained in:
friendica 2014-10-03 03:35:01 -07:00
parent f5623ae11d
commit 2bd4b36238
3 changed files with 511 additions and 503 deletions

View file

@ -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;
}
}

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
2014-10-02.816
2014-10-03.817