]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Save posted notices in usersalmon
authorEvan Prodromou <evan@status.net>
Sun, 21 Feb 2010 14:17:35 +0000 (09:17 -0500)
committerEvan Prodromou <evan@status.net>
Sun, 21 Feb 2010 14:17:35 +0000 (09:17 -0500)
plugins/OStatus/actions/usersalmon.php

index 020ca597cd7380cce7d8c0b6ffb6fa446f35a2a1..12c74798f20d8d2b401c59c31008fc014db94e9e 100644 (file)
@@ -87,8 +87,7 @@ class UsersalmonAction extends SalmonAction
             throw new ClientException("Not to anyone in reply to anything!");
         }
 
-        $profile = $this->ensureProfile();
-        // @fixme do something with the post
+        $this->saveNotice();
     }
 
     /**