OStatus: save categories from the Atom entry as hashtags.

This commit is contained in:
Brion Vibber
2010-02-25 11:26:33 -08:00
parent 39a8e9d8e6
commit 79c0d52daa
4 changed files with 106 additions and 18 deletions

View File

@@ -62,24 +62,12 @@ class DistribQueueHandler
{
// XXX: do we need to change this for remote users?
try {
$notice->saveTags();
} catch (Exception $e) {
$this->logit($notice, $e);
}
try {
$notice->addToInboxes();
} catch (Exception $e) {
$this->logit($notice, $e);
}
try {
$notice->saveUrls();
} catch (Exception $e) {
$this->logit($notice, $e);
}
try {
Event::handle('EndNoticeSave', array($notice));
// Enqueue for other handlers