pleroma/test
tusooa b5c97e9ee0 Put strip and anonymize process in prepare_outgoing
It is not useful to call maybe_federate() with the processed
activity, because it will only record the activity id, and put
it into the queue. When the job is invoked, it reads from the database
for the activity. This means the changes we just made will be
discarded.

In this commit, I moved the stripping and anonymizing procedures
to Transmogrifier.prepare_outgoing, which is called after the
federator reads the activity from the database.
2025-06-18 19:03:05 +03:00
..
config Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
credo/check/consistency Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
fixtures Revert "Public getting stripped from unlisted activity CC: Add possible tests" 2025-06-12 21:27:19 -07:00
instance_static support for special chars in pack name 2020-09-24 09:12:37 +03:00
mix File.mkdir_p -> Pleroma.Backports.mkdir_p 2025-06-16 12:48:47 +02:00
pleroma Put strip and anonymize process in prepare_outgoing 2025-06-18 19:03:05 +03:00
support Merge branch 'translate-posts' into 'develop' 2025-03-20 09:11:57 +00:00
test_helper.exs Elixir 1.18 Deal with :warnings_as_errors deprecation in compiler_options/1 2025-05-13 14:02:47 +02:00