aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-07-18 14:19:32 +0200
committerMario Vavti <mario@mariovavti.com>2019-07-18 14:19:32 +0200
commit6ca7527ec9043571525187c0d33e75f03c5a8e1b (patch)
treea7d92035540436ead38ebd77986496d88691f8ce /Zotlabs
parent8ced3699c21bd76f1a1f3c08b97dd7bf41d3e88a (diff)
downloadvolse-hubzilla-6ca7527ec9043571525187c0d33e75f03c5a8e1b.tar.gz
volse-hubzilla-6ca7527ec9043571525187c0d33e75f03c5a8e1b.tar.bz2
volse-hubzilla-6ca7527ec9043571525187c0d33e75f03c5a8e1b.zip
add hashtag to appschema and bump appschema rev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Apschema.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/Zotlabs/Module/Apschema.php b/Zotlabs/Module/Apschema.php
index 12cc0e00a..756057a8a 100644
--- a/Zotlabs/Module/Apschema.php
+++ b/Zotlabs/Module/Apschema.php
@@ -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 {
-} \ No newline at end of file
+}