X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fconfig.ex;h=0a6ac0ad083062ee9fb71368af74a6f5c531727b;hb=1b49b8efe57256b3f64b4b7e8a1de805ab030814;hp=dbfb114d69ea8a28ccad42a0b372febaca06cfc9;hpb=3e4d84729a4ca8d9779d439a9aa2c8c23b3acd1d;p=akkoma diff --git a/lib/pleroma/config.ex b/lib/pleroma/config.ex index dbfb114d6..0a6ac0ad0 100644 --- a/lib/pleroma/config.ex +++ b/lib/pleroma/config.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors +# Copyright © 2017-2021 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Config do @@ -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], [])