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.