diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-11 17:39:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-11 17:39:26 -0700 |
commit | e501289a5544823eed3834a831770c07159664ff (patch) | |
tree | 0ea4d2508fac7d006c42fbd358375ea4601e02ab /view/tpl/atom_feed.tpl | |
parent | 582d075c4501ede78e35ac2207741c9a849d3673 (diff) | |
download | volse-hubzilla-e501289a5544823eed3834a831770c07159664ff.tar.gz volse-hubzilla-e501289a5544823eed3834a831770c07159664ff.tar.bz2 volse-hubzilla-e501289a5544823eed3834a831770c07159664ff.zip |
consolidate and simplify the generation of activitystreams persons, add a couple more fields hoping eventually Mastodon will accept legal follow activities without choking on them. Requires an update of plugins also.
Diffstat (limited to 'view/tpl/atom_feed.tpl')
-rwxr-xr-x | view/tpl/atom_feed.tpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/view/tpl/atom_feed.tpl b/view/tpl/atom_feed.tpl index ba50867ff..fe38fdc80 100755 --- a/view/tpl/atom_feed.tpl +++ b/view/tpl/atom_feed.tpl @@ -22,9 +22,4 @@ <updated>{{$feed_updated}}</updated> - <zot:owner> - <name>{{$name}}</name> - <uri>{{$profile_page}}</uri> - <link rel="photo" type="{{$mimephoto}}" media:width="175" media:height="175" href="{{$photo}}" /> - <link rel="avatar" type="{{$mimephoto}}" media:width="175" media:height="175" href="{{$photo}}" /> - </zot:owner> +{{$owner}} |