[#3213] Switched to using embedded hashtags in Object.hashtags/1
[akkoma] / lib / pleroma / config.ex
index ceb8c8b5afdf91917444a843375a7f8ef63a3a4d..0a6ac0ad083062ee9fb71368af74a6f5c531727b 100644 (file)
@@ -98,7 +98,6 @@ defmodule Pleroma.Config do
 
   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], [])