]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/nudge.php
Link rtsp, mms & tel URI schemes, correct pseudo-protocol ones.
[quix0rs-gnu-social.git] / actions / nudge.php
index ca6fd376123feb36e7cfc89eb2d94eaaecf504bc..ca7947f5a20fb28b70c3ac88d79ccfc7933dc2d6 100644 (file)
@@ -122,5 +122,10 @@ class NudgeAction extends Action
             // XXX: notify by SMS
         }
     }
+
+    function isReadOnly()
+    {
+        return true;
+    }
 }