diff options
author | Mario <mario@mariovavti.com> | 2021-10-13 09:23:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-13 09:23:59 +0000 |
commit | aca1551e8608a6df6dbe666372b5941a212457bd (patch) | |
tree | 7115e6ad909f056d7fd0d069d10caeabab421913 /Zotlabs/Module/Apschema.php | |
parent | ca32850a32986f0bb7ecbd2168119d4961e900c9 (diff) | |
download | volse-hubzilla-aca1551e8608a6df6dbe666372b5941a212457bd.tar.gz volse-hubzilla-aca1551e8608a6df6dbe666372b5941a212457bd.tar.bz2 volse-hubzilla-aca1551e8608a6df6dbe666372b5941a212457bd.zip |
implement AS representation of photos and albums, cleanup and minor fixes
Diffstat (limited to 'Zotlabs/Module/Apschema.php')
-rw-r--r-- | Zotlabs/Module/Apschema.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Apschema.php b/Zotlabs/Module/Apschema.php index 6b0325d44..eab82eb29 100644 --- a/Zotlabs/Module/Apschema.php +++ b/Zotlabs/Module/Apschema.php @@ -50,7 +50,7 @@ class Apschema extends \Zotlabs\Web\Controller { 'guid' => 'diaspora:guid', 'Hashtag' => 'as:Hashtag' - + ] ]; |