[#3213] Refactoring of HashtagsTableMigrator.
[akkoma] / lib / pleroma / config.ex
index f17e141282883d7c29e876a253003556a66a7747..ceb8c8b5afdf91917444a843375a7f8ef63a3a4d 100644 (file)
@@ -96,6 +96,10 @@ 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 object_embedded_hashtags?, do: !improved_hashtag_timeline()
+
   def oauth_consumer_strategies, do: get([:auth, :oauth_consumer_strategies], [])
 
   def oauth_consumer_enabled?, do: oauth_consumer_strategies() != []