From a1d67c50c8ebc5395b069e30b60d66e0c7de5a5a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 14 Feb 2024 13:47:11 +0000 Subject: feat: send to default relays, blast repo event improve the distribution of events by sending to default relays in addition to user and repo relays. for better discoverability of repo events, this is also blasted. a temporary fix to blast everything was removed. the less reliable purplepages.es relay is moved to more_fallback_relays that currently isn't used --- tests/push.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/push.rs') diff --git a/tests/push.rs b/tests/push.rs index 9791d9d..409b36f 100644 --- a/tests/push.rs +++ b/tests/push.rs @@ -366,6 +366,8 @@ mod when_branch_is_checked_out { (" [my-relay] [repo-relay] ws://localhost:8055", true, ""), (" [my-relay] ws://localhost:8053", true, ""), (" [repo-relay] ws://localhost:8056", true, ""), + (" [default] ws://localhost:8051", true, ""), + (" [default] ws://localhost:8052", true, ""), ], 1, )?; -- cgit v1.2.3