Do proper Activity-plugin based mention notification

This commit is contained in:
Mikael Nordfeldth
2014-07-06 16:37:26 +02:00
parent eda0e25147
commit 2eea7a2d4b
6 changed files with 67 additions and 36 deletions

View File

@@ -324,6 +324,11 @@ class Fave extends Managed_DataObject
return $object;
}
public function getAttentionArray() {
// not all objects can/should carry attentions, so we don't require extending this
// the format should be an array with URIs to mentioned profiles
return array();
}
public function getTarget()
{