add hashtag to appschema and bump appschema rev

This commit is contained in:
Mario Vavti 2019-07-18 14:19:32 +02:00
parent 8ced3699c2
commit 6ca7527ec9
2 changed files with 5 additions and 3 deletions

View File

@ -44,7 +44,9 @@ class Apschema extends \Zotlabs\Web\Controller {
'conversation' => 'ostatus:conversation',
'diaspora' => 'https://diasporafoundation.org/ns/',
'guid' => 'diaspora:guid'
'guid' => 'diaspora:guid',
'Hashtag' => 'as:Hashtag'
]
];
@ -58,4 +60,4 @@ class Apschema extends \Zotlabs\Web\Controller {
}
}

View File

@ -468,7 +468,7 @@ define ( 'NAMESPACE_YMEDIA', 'http://search.yahoo.com/mrss/' );
define ( 'ACTIVITYSTREAMS_JSONLD_REV', 'https://www.w3.org/ns/activitystreams' );
define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.7' );
define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.8' );
/**
* activity stream defines
*/