diff --git a/server/publications/settings.js b/server/publications/settings.js index 877ca6096..829824dba 100644 --- a/server/publications/settings.js +++ b/server/publications/settings.js @@ -15,6 +15,7 @@ Meteor.publish('setting', () => { customLoginLogoImageUrl: 1, customLoginLogoLinkUrl: 1, textBelowCustomLoginLogo: 1, + automaticLinkedUrlSchemes: 1, customTopLeftCornerLogoImageUrl: 1, customTopLeftCornerLogoLinkUrl: 1, customTopLeftCornerLogoHeight: 1,