diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-07 22:24:12 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-07 22:24:12 +0300 |
commit | d1c6dd97aa503ca7c897d67d98fe8c924e113a61 (patch) | |
tree | 337e5fb61f36e458bfdfca4f925b7c063d6348b0 /lib/pleroma/config.ex | |
parent | 4e14945670bac15a6e183eb8c552d6e0669713ac (diff) | |
download | pleroma-d1c6dd97aa503ca7c897d67d98fe8c924e113a61.tar.gz |
[#3213] Partially addressed code review points.
migration rollback task changes, hashtags-related config handling tweaks, `hashtags.data` deletion (unused).
Diffstat (limited to 'lib/pleroma/config.ex')
-rw-r--r-- | lib/pleroma/config.ex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/pleroma/config.ex b/lib/pleroma/config.ex index 0a6ac0ad0..f17e14128 100644 --- a/lib/pleroma/config.ex +++ b/lib/pleroma/config.ex @@ -96,9 +96,6 @@ defmodule Pleroma.Config do end end - def improved_hashtag_timeline_path, do: [:instance, :improved_hashtag_timeline] - def improved_hashtag_timeline, do: get(improved_hashtag_timeline_path()) - def oauth_consumer_strategies, do: get([:auth, :oauth_consumer_strategies], []) def oauth_consumer_enabled?, do: oauth_consumer_strategies() != [] |