add agora.

This commit is contained in:
fiatjaf
2023-06-09 11:44:42 -03:00
parent 4cd8c79464
commit 0c35c18445

View File

@@ -104,6 +104,7 @@ func generateClientList(code string, event *nostr.Event) []ClientReference {
{Name: "Snort", URL: "https://Snort.social/e/" + code},
{Name: "Coracle", URL: "https://coracle.social/" + code},
{Name: "Satellite", URL: "https://satellite.earth/thread/" + event.ID},
{Name: "Agora", URL: "https://agorasocial.app/" + code},
{Name: "Iris", URL: "https://iris.to/" + code},
{Name: "Yosup", URL: "https://yosup.app/thread/" + event.ID},
{Name: "Nostr.band", URL: "https://nostr.band/" + code},
@@ -117,6 +118,7 @@ func generateClientList(code string, event *nostr.Event) []ClientReference {
{Name: "Snort", URL: "https://snort.social/p/" + code},
{Name: "Coracle", URL: "https://coracle.social/" + code},
{Name: "Satellite", URL: "https://satellite.earth/@" + code},
{Name: "Agora", URL: "https://agorasocial.app/" + code},
{Name: "Iris", URL: "https://iris.to/" + code},
{Name: "Yosup", URL: "https://yosup.app/profile/" + event.PubKey},
{Name: "Nostr.band", URL: "https://nostr.band/" + code},