diff --git a/classes/Channel.php b/classes/Channel.php index 11d40d05d5..87f02b3167 100644 --- a/classes/Channel.php +++ b/classes/Channel.php @@ -86,6 +86,7 @@ class XMPPChannel extends Channel { } else { common_log(LOG_INFO, 'User ' . $user->nickname . ' set notify flag to ' . $notify); + return true; } } }