Browse Source
Fix /public showing public instead of community timeline for logged-in users (#13499)
master
ThibG
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/views/public_timelines/show.html.haml
|
|
@ -13,5 +13,5 @@ |
|
|
|
- else |
|
|
|
%p= t('about.browse_local_posts') |
|
|
|
|
|
|
|
#mastodon-timeline{ data: { props: Oj.dump(default_props) }} |
|
|
|
#mastodon-timeline{ data: { props: Oj.dump(default_props.merge(local: !Setting.show_known_fediverse_at_about_page)) }} |
|
|
|
#modal-container |