]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/repliesrss.php
Fixed routing for direct messages and favorites in the API
[quix0rs-gnu-social.git] / actions / repliesrss.php
index 48c4fa2553afd5639fb74de6cc971be2970c0848..985318bf168794943b1d1cc5216b21279d502f23 100644 (file)
@@ -82,4 +82,9 @@ class RepliesrssAction extends Rss10Action
         $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE);
         return ($avatar) ? $avatar->url : null;
     }
+
+    function isReadOnly()
+    {
+        return true;
+    }
 }