diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-04 20:13:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 20:13:46 +0200 |
commit | 02ba9cfa35c7b2285950955619ae3431391e9625 (patch) | |
tree | 0e1ccc086ba1efde94851f998418d21ac4e278a6 /app/helpers | |
parent | e2b561e3a521ff893943c0e9e32952e35934ca54 (diff) |
Remove code for rendering public and hashtag timelines outside the web UI (#19257)
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index db33292c1..14d27b148 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -198,10 +198,7 @@ module ApplicationHelper def render_initial_state state_params = { - settings: { - known_fediverse: Setting.show_known_fediverse_at_about_page, - }, - + settings: {}, text: [params[:title], params[:text], params[:url]].compact.join(' '), } |