OStatus: migrated notice parsing to use Activity helper classes; on the way to killing FeedMunger

This commit is contained in:
Brion Vibber
2010-02-16 23:31:11 +00:00
parent 014a32e6b8
commit 4a139d1cc8
2 changed files with 173 additions and 70 deletions

View File

@@ -59,6 +59,9 @@ class PushCallbackAction extends Action
}
$post = file_get_contents('php://input');
// @fixme Queue this to a background process; we should return
// as quickly as possible from a distribution POST.
$profile->postUpdates($post, $hmac);
}