]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showmessage.php
Attachments and their list now provide "ajax" view. Also added a few sidebars relatin...
[quix0rs-gnu-social.git] / actions / showmessage.php
index 289414153ba60e75d37c9c26e1528d8e5408e0d5..4fcaadbe833aa829661affdc44b8acb714174517 100644 (file)
@@ -176,4 +176,9 @@ class ShowmessageAction extends MailboxAction
     {
         return '';
     }
-}
\ No newline at end of file
+
+    function isReadOnly($args)
+    {
+        return true;
+    }
+}