Files
fizzy/app/views/cards/_broadcasts.html.erb
T
Jorge Manrubia dfe8e7bd5d Scope general broadcasts by account
Because DoS ourselves is not fun
2025-12-02 18:10:49 +01:00

8 lines
194 B
Plaintext

<% if filter.boards.any? %>
<% filter.boards.each do |board| %>
<%= turbo_stream_from board %>
<% end %>
<% else %>
<%= turbo_stream_from [ Current.account, :all_boards ] %>
<% end %>