nothing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam Therapy 2023-03-23 13:32:19 +01:00
parent fdc03f27cc
commit 95a0877df6
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
3 changed files with 13509 additions and 9328 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
TARGET="pleroma@froth.zone:/opt/pleroma-fe"
TARGET="pleroma@froth.zone:/var/www/pleroma/pleroma-fe"
#rsync -ra public/ "${TARGET}/instance/static"
#cp dist/index.html "${TARGET}/instance/static/index.html"

View File

@ -253,7 +253,7 @@ const getNodeInfo = async ({ store }) => {
store.dispatch('setInstanceOption', { name: 'safeDM', value: features.includes('safe_dm_mentions') })
store.dispatch('setInstanceOption', { name: 'shoutAvailable', value: features.includes('chat') })
store.dispatch('setInstanceOption', { name: 'pleromaChatMessagesAvailable', value: features.includes('pleroma_chat_messages') })
store.dispatch('setInstanceOption', { name: 'pleromaCustomEmojiReactionsAvailable', value: features.includes('pleroma_custom_emoji_reactions') })
store.dispatch('setInstanceOption', { name: 'pleromaCustomEmojiReactionsAvailable', value: features.includes('pleroma_custom_emoji_reactions') || features.includes('custom_emoji_reactions') })
store.dispatch('setInstanceOption', { name: 'gopherAvailable', value: features.includes('gopher') })
store.dispatch('setInstanceOption', { name: 'pollsAvailable', value: features.includes('polls') })
store.dispatch('setInstanceOption', { name: 'editingAvailable', value: features.includes('editing') })

22833
yarn.lock

File diff suppressed because it is too large Load Diff