More use of Profile, less User

This commit is contained in:
Mikael Nordfeldth
2014-07-28 09:25:05 +02:00
parent d11ce2ef3b
commit eb2f93ad2b
6 changed files with 19 additions and 21 deletions

View File

@@ -184,7 +184,7 @@ class Message extends Managed_DataObject
}
$act->actor = $profile->asActivityObject();
$act->actor->extra[] = $profile->profileInfo(null);
$act->actor->extra[] = $profile->profileInfo();
$act->verb = ActivityVerb::POST;