mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix /public showing public instead of community timeline for logged-in users (#13499)
This commit is contained in:
parent
b40d68cc31
commit
b3d0de8b40
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@
|
||||||
- else
|
- else
|
||||||
%p= t('about.browse_local_posts')
|
%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
|
#modal-container
|
||||||
|
|
Loading…
Reference in a new issue