update protocol bot user data to match snarfed/granary@ac14727

pull/977/head
Ryan Barrett 2024-04-28 12:09:39 -07:00
rodzic be63f45b7d
commit e5c12c4595
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
4 zmienionych plików z 10 dodań i 23 usunięć

Wyświetl plik

@ -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": "<a rel=\"me\" href=\"https://fed.brid.gy\"><span class=\"invisible\">https://</span>fed.brid.gy</a>"
}],
"image": [
{
"type": "Image",

Wyświetl plik

@ -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": "<a href='https://fed.brid.gy/'>Bridgy Fed</a> bot user for <a href='https://bsky.social/'>Bluesky</a>. To bridge your fediverse account to Bluesky, follow this account or reply <em>yes</em> when it promps you with a DM. <a href='https://fed.brid.gy/docs'>More info here.</a>",
"name": "Bridgy Fed for Bluesky",
"attachment": [{
"name": "Web site",
"type": "PropertyValue",
"value": "<a rel=\"me\" href=\"https://fed.brid.gy\"><span class=\"invisible\">https://</span>fed.brid.gy</a>"
}],
"image": [
{
"type": "Image",

Wyświetl plik

@ -9,11 +9,6 @@
"preferredUsername": "fed.brid.gy",
"summary": "<a href='https://fed.brid.gy/'>Bridgy Fed</a> is a bridge between decentralized social networks like the <a href='https://indieweb.org/'>IndieWeb</a>, <a href='https://en.wikipedia.org/wiki/Fediverse'>fediverse</a>, <a href='https://bsky.social/'>Bluesky</a>, and others. <a href='https://fed.brid.gy/docs'>More info here.</a>",
"name": "Bridgy Fed",
"attachment": [{
"name": "Web site",
"type": "PropertyValue",
"value": "<a rel=\"me\" href=\"https://fed.brid.gy\"><span class=\"invisible\">https://</span>fed.brid.gy</a>"
}],
"image": [
{
"type": "Image",

Wyświetl plik

@ -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': '<a rel="me" href="https://fed.brid.gy"><span class="invisible">https://</span>fed.brid.gy</a>',
}],
}, Web.load('https://fed.brid.gy/').as1)
}, Web.load('https://fed.brid.gy/').as1, ignore=['summary'])
def test_atom_url_overrides_id(self):
obj = {