Hide for DMs

This commit is contained in:
smitten 2023-07-28 14:57:49 -04:00
parent 904e90e060
commit 14e789cf7a

View file

@ -194,7 +194,7 @@ const ExtraButtons = {
}
},
showFediLinks () {
return this.$store.getters.mergedConfig.showFediLinks === true
return this.$store.getters.mergedConfig.showFediLinks === true && this.status.visibility != 'direct'
},
fediLinkURL () {
try {