Test the final refresh behavior of a PollWorker poll_end job

This commit is contained in:
Mark Felder 2024-10-09 20:15:00 -04:00
commit 5b04c2bf13
2 changed files with 30 additions and 5 deletions

View file

@ -510,7 +510,8 @@ defmodule Pleroma.Factory do
%Pleroma.Activity{
data: data,
actor: data["actor"],
recipients: data["to"]
recipients: data["to"],
local: user.local
}
|> Map.merge(attrs)
end