diff --git a/apps/mastodon.json b/apps/mastodon.json index ec70a47..18b24c8 100644 --- a/apps/mastodon.json +++ b/apps/mastodon.json @@ -7,14 +7,13 @@ "licenses":["AGPL3+"], "platforms":["Web"], "networks_read":["Mastodon", - "PeerTube", - "Pleroma"], + "ActivityPub"], "networks_write":["Mastodon", - "PeerTube", - "Pleroma"], + "ActivityPub"], "formats_read":[], "formats_write":[], "generic_name":["Microblogger", "Blogger", + "Fediverse", "Social Network", "Publication"]} diff --git a/apps/pleroma.json b/apps/pleroma.json index 56a571f..e87ae60 100644 --- a/apps/pleroma.json +++ b/apps/pleroma.json @@ -6,11 +6,9 @@ "licenses":["AGPL3+"], "platforms":["Web"], "networks_read":["Pleroma", - "PeerTube", - "Mastodon"], + "ActivityPub"], "networks_write":["Pleroma", - "PeerTube", - "Mastodon"], + "ActivityPub"], "formats_read":[], "formats_write":[], "generic_name":["Microblogger", diff --git a/modules/__pycache__/render.cpython-38.pyc b/modules/__pycache__/render.cpython-38.pyc new file mode 100644 index 0000000..7e330c6 Binary files /dev/null and b/modules/__pycache__/render.cpython-38.pyc differ diff --git a/modules/__pycache__/search.cpython-38.pyc b/modules/__pycache__/search.cpython-38.pyc new file mode 100644 index 0000000..0827494 Binary files /dev/null and b/modules/__pycache__/search.cpython-38.pyc differ