diff --git a/ap.brid.gy.as2.json b/ap.brid.gy.as2.json index 05a1646..d11c494 100644 --- a/ap.brid.gy.as2.json +++ b/ap.brid.gy.as2.json @@ -5,15 +5,13 @@ ], "type": "Application", "id": "https://ap.brid.gy/ap.brid.gy", - "url": "https://ap.brid.gy/", + "url": [ + "https://fed.brid.gy/" + "https://ap.brid.gy/", + ], "preferredUsername": "ap.brid.gy", "summary": "Bridgy Fed (https://fed.brid.gy/) bot user for the fediverse. To bridge your Bluesky account to the fediverse, follow this account. More info: https://fed.brid.gy/docs", "name": "Bridgy Fed for the fediverse", - "attachment": [{ - "name": "Web site", - "type": "PropertyValue", - "value": "https://fed.brid.gy" - }], "image": [ { "type": "Image", diff --git a/bsky.brid.gy.as2.json b/bsky.brid.gy.as2.json index 9f8fc49..421c509 100644 --- a/bsky.brid.gy.as2.json +++ b/bsky.brid.gy.as2.json @@ -5,15 +5,13 @@ ], "type": "Application", "id": "https://bsky.brid.gy/bsky.brid.gy", - "url": "https://bsky.brid.gy/", + "url": [ + "https://fed.brid.gy/", + "https://bsky.brid.gy/" + ], "preferredUsername": "bsky.brid.gy", "summary": "Bridgy Fed bot user for Bluesky. To bridge your fediverse account to Bluesky, follow this account or reply yes when it promps you with a DM. More info here.", "name": "Bridgy Fed for Bluesky", - "attachment": [{ - "name": "Web site", - "type": "PropertyValue", - "value": "https://fed.brid.gy" - }], "image": [ { "type": "Image", diff --git a/fed.brid.gy.as2.json b/fed.brid.gy.as2.json index d62eb3a..08bb427 100644 --- a/fed.brid.gy.as2.json +++ b/fed.brid.gy.as2.json @@ -9,11 +9,6 @@ "preferredUsername": "fed.brid.gy", "summary": "Bridgy Fed is a bridge between decentralized social networks like the IndieWeb, fediverse, Bluesky, and others. More info here.", "name": "Bridgy Fed", - "attachment": [{ - "name": "Web site", - "type": "PropertyValue", - "value": "https://fed.brid.gy" - }], "image": [ { "type": "Image", diff --git a/tests/test_models.py b/tests/test_models.py index 034982e..52d5f65 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -634,19 +634,15 @@ class ObjectTest(TestCase): 'id': 'fed.brid.gy', 'url': 'https://fed.brid.gy/', 'displayName': 'Bridgy Fed', - 'summary': 'Bridging the new social internet', 'username': 'fed.brid.gy', 'image': [{ 'displayName': 'Bridgy Fed', 'url': 'https://fed.brid.gy/static/bridgy_logo_square.jpg', }, { + 'objectType': 'featured', 'url': 'https://fed.brid.gy/static/bridgy_logo.jpg', }], - 'attachments': [{ - 'displayName': 'Web site', - 'value': 'fed.brid.gy', - }], - }, Web.load('https://fed.brid.gy/').as1) + }, Web.load('https://fed.brid.gy/').as1, ignore=['summary']) def test_atom_url_overrides_id(self): obj = {