forked from AkkomaGang/akkoma-fe
Hide for DMs
This commit is contained in:
parent
904e90e060
commit
14e789cf7a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue