mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
Add iris to kind 0 clients (#100)
This commit is contained in:
@@ -35,7 +35,7 @@ var (
|
||||
coracle = ClientReference{ID: "coracle", Name: "Coracle", Base: "https://coracle.social/{code}", Platform: platformWeb}
|
||||
coracleRelay = ClientReference{ID: "coracle", Name: "Coracle", Base: "https://coracle.social/relays/wss%3A%2F%2F{code}", Platform: platformWeb}
|
||||
relayTools = ClientReference{ID: "relay.tools", Name: "relay.tools", Base: "https://relay.tools/posts/?relay=wss://{code}"}
|
||||
iris = ClientReference{ID: "iris", Name: "Iris", Base: "https://iris.to/{code}", Platform: "web"}
|
||||
iris = ClientReference{ID: "iris", Name: "Iris", Base: "https://iris.to/{code}", Platform: "web"}
|
||||
|
||||
zapStream = ClientReference{ID: "zap.stream", Name: "zap.stream", Base: "https://zap.stream/{code}", Platform: platformWeb}
|
||||
nostrrrRelay = ClientReference{ID: "nostrrr", Name: "Nostrrr", Base: "https://nostrrr.com/relay/{code}", Platform: platformWeb}
|
||||
@@ -96,6 +96,7 @@ func generateClientList(
|
||||
nos, damus, nostur, primalIOS, freeFromIOS, yakihonneIOS,
|
||||
voyage, yakihonneAndroid, yanaAndroid, freeFromAndroid, primalAndroid,
|
||||
nostrrrProfile, nosta, coracle, snort, nostter, nostrudel, primalWeb,
|
||||
iris
|
||||
}
|
||||
case 30023, 30024:
|
||||
clients = []ClientReference{
|
||||
|
||||
Reference in New Issue
Block a user