User agents and generators changed to GNU social
This commit is contained in:
@@ -165,7 +165,7 @@ class ActivityStreamJSONDocument extends JSONActivityCollection
|
||||
*/
|
||||
function asString()
|
||||
{
|
||||
$this->doc['generator'] = 'StatusNet ' . STATUSNET_VERSION; // extension
|
||||
$this->doc['generator'] = 'GNU social ' . GNUSOCIAL_VERSION; // extension
|
||||
$this->doc['title'] = $this->title;
|
||||
$this->doc['url'] = $this->url;
|
||||
$this->doc['totalItems'] = $this->count;
|
||||
|
Reference in New Issue
Block a user