diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-14 13:47:11 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-14 13:47:11 +0000 |
| commit | a1d67c50c8ebc5395b069e30b60d66e0c7de5a5a (patch) | |
| tree | 0895e4cfab98e7c7bbf45ddbac2e7af2c51935e6 /tests/push.rs | |
| parent | fed60687b2438b6bd19ee8f5c854ddc53cad0c9b (diff) | |
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
Diffstat (limited to 'tests/push.rs')
| -rw-r--r-- | tests/push.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
| 366 | (" [my-relay] [repo-relay] ws://localhost:8055", true, ""), | 366 | (" [my-relay] [repo-relay] ws://localhost:8055", true, ""), |
| 367 | (" [my-relay] ws://localhost:8053", true, ""), | 367 | (" [my-relay] ws://localhost:8053", true, ""), |
| 368 | (" [repo-relay] ws://localhost:8056", true, ""), | 368 | (" [repo-relay] ws://localhost:8056", true, ""), |
| 369 | (" [default] ws://localhost:8051", true, ""), | ||
| 370 | (" [default] ws://localhost:8052", true, ""), | ||
| 369 | ], | 371 | ], |
| 370 | 1, | 372 | 1, |
| 371 | )?; | 373 | )?; |