Ostatus_source filled no purpose whatsoever

This commit is contained in:
Mikael Nordfeldth
2016-02-26 22:37:26 +01:00
parent b4dc060d75
commit 12f1707a74
3 changed files with 0 additions and 79 deletions

View File

@@ -539,7 +539,6 @@ class Ostatus_profile extends Managed_DataObject
try {
$stored = Notice::saveActivity($activity, $actor, $options);
Ostatus_source::saveNew($stored, $this, $method);
} catch (Exception $e) {
common_log(LOG_ERR, "OStatus save of remote message $sourceUri failed: " . $e->getMessage());
throw $e;