]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/activityobject.php
Make Atom titles a bit more verbose
[quix0rs-gnu-social.git] / lib / activityobject.php
index 7af8a821950fece1516c7562f15e63650a44861f..c09a5ed8dd912474cdbebe48696aeda44b47282c 100644 (file)
@@ -438,7 +438,8 @@ class ActivityObject
             $object->type    = (empty($notice->object_type)) ? ActivityObject::NOTE : $notice->object_type;
 
             $object->id      = $notice->uri;
-            $object->title   = 'New ' . ActivityObject::canonicalType($notice->object_type);
+            $object->title   = 'New ' . ActivityObject::canonicalType($notice->object_type)
+                                . ' by ' . $notice->getProfile()->nickname;
             $object->content = $notice->rendered;
             $object->link    = $notice->bestUrl();