From 6fc8be20bff81bf90ac6773f31c0ec649cc0daf5 Mon Sep 17 00:00:00 2001 From: Steffen Beyer Date: Fri, 10 Apr 2026 13:58:45 +0200 Subject: [PATCH] refactor: use plugin route helpers in timeline --- lib/aether_web/live/timeline_live.ex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/aether_web/live/timeline_live.ex b/lib/aether_web/live/timeline_live.ex index 59a0d16..79ebeef 100644 --- a/lib/aether_web/live/timeline_live.ex +++ b/lib/aether_web/live/timeline_live.ex @@ -7,6 +7,7 @@ defmodule AetherWeb.TimelineLive do alias Tribes.Plugin.Services.Cluster alias Tribes.Plugin.Services.Communities alias Tribes.Plugin.Services.Nostr + alias Tribes.Plugin.Services.Routes @impl true def mount(_params, _session, socket) do @@ -124,7 +125,7 @@ defmodule AetherWeb.TimelineLive do {timeline_description(@tribe)}

- Known cluster relays: {@relay_count}. Publishing and live reads still use the current node relay for now. + Known cluster relays: {@relay_count}. Publishing and reads fan out across the cluster relay set by default.

@@ -170,7 +171,7 @@ defmodule AetherWeb.TimelineLive do