tweak: enable share

This commit is contained in:
KernelDeimos 2024-11-13 13:15:22 -05:00
parent 8f59c2614d
commit 89aab03905

View File

@ -42,7 +42,8 @@ class ShareService extends BaseService {
// about whether or not a user has access to this feature
const svc_featureFlag = this.services.get('feature-flag');
svc_featureFlag.register('share', {
$: 'permission-flag'
$: 'config-flag',
value: true
});
}