make sure we have a sender here

This commit is contained in:
Mario
2021-10-03 12:36:17 +00:00
parent d6f81e139a
commit 0722188ea6

View File

@@ -150,6 +150,10 @@ class Zot6Handler implements IHandler {
$ret = array('success' => false);
if (! $sender) {
return $ret;
}
if ($recipients) {
// basically this means "unfriend"
foreach ($recipients as $recip) {