You've already forked tribes-plugin-sender
forked from tribes/tribes-plugin-template
f8e2bfaada
Move Sender modules under TribeOne.TribesPlugin.Sender and replace the Aether-specific chat integration with the public chat@1 surface contract.
8 lines
218 B
Elixir
8 lines
218 B
Elixir
defmodule TribeOne.TribesPlugin.Sender.Streaming.ResourceHelpers do
|
|
@moduledoc false
|
|
|
|
def system_private_context(purpose \\ :sender_streaming) do
|
|
%{private: %{system?: true, system_purpose: purpose}}
|
|
end
|
|
end
|