kopia lustrzana https://github.com/nextcloud/social
				
				
				
			Merge pull request #1714 from nextcloud/artonge/fix/limit_reblog_action
Limit reblog action to status with 'public' and 'followers' visibilitypull/1717/head
						commit
						88072f4383
					
				| 
						 | 
				
			
			@ -44,7 +44,8 @@
 | 
			
		|||
					</span>
 | 
			
		||||
				</template>
 | 
			
		||||
			</NcButton>
 | 
			
		||||
			<NcButton :title="t('social', 'Boost')"
 | 
			
		||||
			<NcButton v-if="item.visibility === 'public' || item.visibility === 'followers'"
 | 
			
		||||
				:title="t('social', 'Boost')"
 | 
			
		||||
				type="tertiary-no-background"
 | 
			
		||||
				@click="boost">
 | 
			
		||||
				<template #icon>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue