]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Channel.php
Twitter-compatible API - since_id and before_id were polluting the cache and generati...
[quix0rs-gnu-social.git] / classes / Channel.php
index a0dc7153892b2d615c0eff9f1873fb5121a15ea0..87f02b31679257cc34fb670168c326c1b018e8ba 100644 (file)
@@ -86,6 +86,7 @@ class XMPPChannel extends Channel {
                } else {
                        common_log(LOG_INFO,
                                           'User ' . $user->nickname . ' set notify flag to ' . $notify);
+                       return true;
                }
        }
 }
@@ -115,7 +116,7 @@ class WebChannel extends Channel {
        }
        
        function error($user, $text) {
-               common_client_error($text);
+               common_user_error($text);
        }
 }