extend reject MRF to check if originating instance is blocked
[akkoma] / lib / pleroma / instances.ex
index 6b57e56da03175130778c0c1d2b0b85332a9cf8a..daea102db5c37e247392c4585866abf85ef42df0 100644 (file)
@@ -43,4 +43,6 @@ defmodule Pleroma.Instances do
       url_or_host
     end
   end
+
+  defdelegate set_request_signatures(url_or_host), to: Instance
 end