[#3213] Partially addressed code review points.
migration rollback task changes, hashtags-related config handling tweaks, `hashtags.data` deletion (unused).
This commit is contained in:
parent
4e14945670
commit
d1c6dd97aa
9 changed files with 63 additions and 42 deletions
|
|
@ -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() != []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue