diff --git a/templates/index.html b/templates/index.html index 6956a99..acf6b16 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,7 +26,6 @@
{% for item in outbox_data %} - {{ item }} {% if item.type == 'Announce' %} {% set boost_actor = item.activity.actor | get_actor %} diff --git a/tests/me.yml b/tests/me.yml new file mode 100644 index 0000000..404bf9c --- /dev/null +++ b/tests/me.yml @@ -0,0 +1,6 @@ +username: 'ci' +name: 'CI tests' +icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png' +domain: 'localhost:5005' +summary: 'test instance summary' +https: false