mix format

d4e26c62fb45 · AtlantisPleb · · parent 31792518764b

mix format

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

pushed
by user · WAL seq 414 · 2026-08-25T18:38:10.009242Z
built
95 modules in 145.4 s
built
95 modules in 14.4 s
built
0 modules in 0 ms
built
95 modules in 146.8 s
deployed
live · 95 modules on 3 nodes · push→live —
deployed
needs_rolling_replace · 95 modules on 0 nodes · push→live —
deployed
needs_rolling_replace · 95 modules on 0 nodes · push→live —

Changed files

  • modified lib/openagents/threads.ex
  • modified test/openagents/threads/grant_token_reach_test.exs
  • modified test/openagents_web/live/thread_index_live_test.exs

Diff

3 files changed, +4 -3

lib/openagents/threads.ex modified -1

@@ -709,7 +709,6 @@ defmodule OpenAgents.Threads do

709 709
    end
710 710
  end
711 711
712
713 712
  defp broadcast(%Event{} = event) do
714 713
    Phoenix.PubSub.broadcast(OpenAgents.PubSub, topic(event.thread_id), {:thread_event, event})
715 714
  end
test/openagents/threads/grant_token_reach_test.exs modified +3 -1

@@ -84,7 +84,9 @@ defmodule OpenAgents.Threads.GrantTokenReachTest do

84 84
    {:record_events, 2} => :thread_struct,
85 85
    {:spend, 1} => :thread_struct,
86 86
    {:subscribe, 1} => :thread_struct,
87
    {:unsubscribe, 1} => :thread_struct
87
    {:unsubscribe, 1} => :thread_struct,
88
    {:subscribe_user, 1} => :scoped_by_owner,
89
    {:unsubscribe_user, 1} => :scoped_by_owner
88 90
  }
89 91
90 92
  # Every module that reaches a token-returning `OpenAgents.Threads` export.
test/openagents_web/live/thread_index_live_test.exs modified +1 -1

@@ -87,4 +87,4 @@ defmodule OpenAgentsWeb.ThreadIndexLiveTest do

87 87
88 88
    assert view |> element("#threads-#{thread.id}") |> render() =~ "succeeded"
89 89
  end
90
end
\ No newline at end of file
90
end

This page updates live while a promote is in flight · changelog