Fix /public showing public instead of community timeline for logged-in users (#13499)
This commit is contained in:
		
							parent
							
								
									09162ceb7c
								
							
						
					
					
						commit
						207c5ab2a3
					
				
					 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