kopia lustrzana https://github.com/nextcloud/social
Limit reblog action to status with 'public' and 'followers' visibility
Signed-off-by: Louis Chemineau <louis@chmn.me>pull/1714/head
rodzic
eac9f58f41
commit
9adf37385c
|
@ -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