Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/1048
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 18, 2024
1 parent 8a9ada0 commit 6afe6f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flavours/classic/config/activity_pub.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config :activity_pub, :mrf_simple,
avatar_removal: [],
banner_removal: []

config :http_signatures, adapter: ActivityPub.Safety.Signatures
config :http_signatures, adapter: ActivityPub.Safety.HTTP.Signatures

config :activity_pub, :http,
proxy_url: nil,
Expand Down
3 changes: 2 additions & 1 deletion flavours/classic/config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ config :bonfire_umbrella, Bonfire.Common.Repo,
# in releases migrations are not in a flavour-specific directory
priv: "priv/repo"

config :activity_pub, :instance, federating: true
# default federating state
config :activity_pub, :instance, federating: false

# config :surface, :compiler, warn_on_undefined_props: false

Expand Down
4 changes: 4 additions & 0 deletions flavours/classic/config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ config :phoenix_test, :endpoint, Bonfire.Web.Endpoint

config :pbkdf2_elixir, :rounds, 1

config :argon2_elixir,
t_cost: 1,
m_cost: 8

config :mix_test_interactive,
clear: true

Expand Down
1 change: 1 addition & 0 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"chatterbox": {:hex, :ts_chatterbox, "0.15.1", "5cac4d15dd7ad61fc3c4415ce4826fc563d4643dee897a558ec4ea0b1c835c9c", [:rebar3], [{:hpack, "~> 0.3.0", [hex: :hpack_erl, repo: "hexpm", optional: false]}], "hexpm", "4f75b91451338bc0da5f52f3480fa6ef6e3a2aeecfc33686d6b3d0a0948f31aa"},
"circular_buffer": {:hex, :circular_buffer, "0.4.1", "477f370fd8cfe1787b0a1bade6208bbd274b34f1610e41f1180ba756a7679839", [:mix], [], "hexpm", "633ef2e059dde0d7b89bbab13b1da9d04c6685e80e68fbdf41282d4fae746b72"},
"cldr_utils": {:hex, :cldr_utils, "2.28.2", "f500667164a9043369071e4f9dcef31f88b8589b2e2c07a1eb9f9fa53cb1dce9", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.5", [hex: :certifi, repo: "hexpm", optional: true]}, {:decimal, "~> 1.9 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm", "c506eb1a170ba7cdca59b304ba02a56795ed119856662f6b1a420af80ec42551"},
"cloak": {:hex, :cloak, "1.1.4", "aba387b22ea4d80d92d38ab1890cc528b06e0e7ef2a4581d71c3fdad59e997e7", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm", "92b20527b9aba3d939fab0dd32ce592ff86361547cfdc87d74edce6f980eb3d7"},
"combine": {:hex, :combine, "0.10.0", "eff8224eeb56498a2af13011d142c5e7997a80c8f5b97c499f84c841032e429f", [:mix], [], "hexpm", "1b1dbc1790073076580d0d1d64e42eae2366583e7aecd455d1215b0d16f2451b"},
"comeonin": {:hex, :comeonin, "5.5.0", "364d00df52545c44a139bad919d7eacb55abf39e86565878e17cebb787977368", [:mix], [], "hexpm", "6287fc3ba0aad34883cbe3f7949fc1d1e738e5ccdce77165bc99490aa69f47fb"},
"complex": {:hex, :complex, "0.5.0", "af2d2331ff6170b61bb738695e481b27a66780e18763e066ee2cd863d0b1dd92", [:mix], [], "hexpm", "2683bd3c184466cfb94fad74cbfddfaa94b860e27ad4ca1bffe3bff169d91ef1"},
Expand Down

0 comments on commit 6afe6f5

Please sign in to comment.