fix file name
This commit is contained in:
parent
d4db7e1a8b
commit
82bf970c68
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ diff --git a/lib/pleroma/web/activity_pub/mrf/block-invalid-datetime.ex b/lib/pl
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 000000000..114a0c112
|
index 000000000..114a0c112
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/lib/pleroma/web/activity_pub/mrf/block-invalid-datetime.ex
|
+++ b/lib/pleroma/web/activity_pub/mrf/block_invalid_datetime.ex
|
||||||
@@ -0,0 +1,51 @@
|
@@ -0,0 +1,51 @@
|
||||||
+defmodule Pleroma.Web.ActivityPub.MRF.BlockInvalidDatetime do
|
+defmodule Pleroma.Web.ActivityPub.MRF.BlockInvalidDatetime do
|
||||||
+ alias Pleroma.Web.CommonAPI
|
+ alias Pleroma.Web.CommonAPI
|
||||||
|
|
Reference in a new issue