kopia lustrzana https://github.com/snarfed/bridgy-fed
add separate banner image to bot user profiles
rodzic
679e89c175
commit
a87f3583ca
|
|
@ -15,7 +15,7 @@
|
|||
"image": [
|
||||
{
|
||||
"type": "Image",
|
||||
"url": "https://fed.brid.gy/static/bridgy_logo.jpg"
|
||||
"url": "https://fed.brid.gy/static/bridgy_fed_banner.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Bridgy Fed for the fediverse",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"image": [
|
||||
{
|
||||
"type": "Image",
|
||||
"url": "https://fed.brid.gy/static/bridgy_logo.jpg"
|
||||
"url": "https://fed.brid.gy/static/bridgy_fed_banner.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Bridgy Fed for Bluesky",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"image": [
|
||||
{
|
||||
"type": "Image",
|
||||
"url": "https://fed.brid.gy/static/bridgy_logo.jpg"
|
||||
"url": "https://fed.brid.gy/static/bridgy_fed_banner.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Bridgy Fed",
|
||||
|
|
|
|||
Plik binarny nie jest wyświetlany.
|
Po Szerokość: | Wysokość: | Rozmiar: 624 KiB |
|
|
@ -724,7 +724,7 @@ class ObjectTest(TestCase):
|
|||
'url': 'https://fed.brid.gy/static/bridgy_logo_square.jpg',
|
||||
}, {
|
||||
'objectType': 'featured',
|
||||
'url': 'https://fed.brid.gy/static/bridgy_logo.jpg',
|
||||
'url': 'https://fed.brid.gy/static/bridgy_fed_banner.jpg',
|
||||
}],
|
||||
}, Web.load('https://fed.brid.gy/').as1, ignore=['summary'])
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue