summaryrefslogtreecommitdiff
path: root/classes/Channel.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Channel.php')
-rw-r--r--classes/Channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Channel.php b/classes/Channel.php
index 11d40d05d..87f02b316 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;
}
}
}