From: Evan Prodromou Date: Sun, 21 Feb 2010 14:17:35 +0000 (-0500) Subject: Save posted notices in usersalmon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a4c34de3221eb8000e911addad039cd170faaa1;p=quix0rs-gnu-social.git Save posted notices in usersalmon --- diff --git a/plugins/OStatus/actions/usersalmon.php b/plugins/OStatus/actions/usersalmon.php index 020ca597cd..12c74798f2 100644 --- a/plugins/OStatus/actions/usersalmon.php +++ b/plugins/OStatus/actions/usersalmon.php @@ -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(); } /**