Make Atom titles a bit more verbose
This commit is contained in:
父節點
a5d8707658
當前提交
addd84aa22
@ -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();
|
||||
|
||||
|
載入中…
x
新增問題並參考
Block a user