diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 2228f7d0c44..12429e91b75 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -465,7 +465,7 @@ export default { */ filterByTrustedServer(result) { const isRemoteEntity = result.value.shareType === ShareType.Remote || result.value.shareType === ShareType.RemoteGroup - if (isRemoteEntity && this.config.showFederatedSharesToTrustedServersAsInternal) { + if (isRemoteEntity && this.config.showFederatedSharesToTrustedServersAsInternal && !this.isExternal) { return result.value.isTrustedServer === true } return true