kopia lustrzana https://github.com/nextcloud/social
				
				
				
			Merge pull request #1694 from nextcloud/artonge/feat/set_visibility_direct_when_direct_view
Set visibility as direct when on direct viewpull/1702/head
						commit
						03d51eae16
					
				|  | @ -25,7 +25,7 @@ | |||
| 				</div> | ||||
| 			</div> | ||||
| 		</transition> | ||||
| 		<Composer v-if="type !== 'notifications' && type !== 'single-post'" /> | ||||
| 		<Composer v-if="type !== 'notifications' && type !== 'single-post'" :default-visibility="type === 'direct' ? 'direct' : undefined" /> | ||||
| 		<h2 v-if="type === 'tags'"> | ||||
| 			#{{ $route.params.tag }} | ||||
| 		</h2> | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Maxence Lange
						Maxence Lange