]> cat aescling's git repositories - mastodon.git/commitdiff
Fix error when using raw distribution worker (#17334)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 19 Jan 2022 22:05:59 +0000 (23:05 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 22:05:59 +0000 (23:05 +0100)
Regression from #16697

app/workers/activitypub/raw_distribution_worker.rb

index ac5eda4af71b935ed3e8607d7c0804bb86f4d615..8ecc17db9acd6f2b62f37c97c49c20f6aa3f836f 100644 (file)
@@ -43,6 +43,6 @@ class ActivityPub::RawDistributionWorker
   end
 
   def options
-    nil
+    {}
   end
 end