diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-19 13:39:29 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-19 13:39:29 -0500 |
commit | e343b46ea041ce6a542b23100df2e9c11e262c75 (patch) | |
tree | 7bd219409244d97e51ad58f800889c65f41837a0 /lib/pleroma/config_db.ex | |
parent | a5bbebda588a54cb76d1a75239523db676980eb0 (diff) | |
parent | 8e9f032f25251d910b59c55226d10a305bad3cba (diff) | |
download | pleroma-instance-view-recompilation.tar.gz |
Merge remote-tracking branch 'pleroma/develop' into instance-view-recompilationinstance-view-recompilation
Diffstat (limited to 'lib/pleroma/config_db.ex')
-rw-r--r-- | lib/pleroma/config_db.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/config_db.ex b/lib/pleroma/config_db.ex index b874e0e37..cb57673e3 100644 --- a/lib/pleroma/config_db.ex +++ b/lib/pleroma/config_db.ex @@ -387,6 +387,6 @@ defmodule Pleroma.ConfigDB do @spec module_name?(String.t()) :: boolean() def module_name?(string) do Regex.match?(~r/^(Pleroma|Phoenix|Tesla|Quack|Ueberauth|Swoosh)\./, string) or - string in ["Oban", "Ueberauth", "ExSyslogger"] + string in ["Oban", "Ueberauth", "ExSyslogger", "ConcurrentLimiter"] end end |