diff options
author | Evan Prodromou <evan@status.net> | 2010-02-21 09:17:35 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-21 09:17:35 -0500 |
commit | 4a4c34de3221eb8000e911addad039cd170faaa1 (patch) | |
tree | 3af81335aff4beaff1ecace2a96b2a82ce73b8d8 /plugins/OStatus/actions | |
parent | 9498a164805892a8af17311f7e7697b132524990 (diff) |
Save posted notices in usersalmon
Diffstat (limited to 'plugins/OStatus/actions')
-rw-r--r-- | plugins/OStatus/actions/usersalmon.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/OStatus/actions/usersalmon.php b/plugins/OStatus/actions/usersalmon.php index 020ca597c..12c74798f 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(); } /** |