fix: don't check share permission anymore

This commit is contained in:
KernelDeimos
2024-11-13 20:39:58 -05:00
parent 94b10c78b7
commit 249dc06201
+1 -1
View File
@@ -257,7 +257,7 @@ class ShareService extends BaseService {
methods: ['POST'],
mw: [
configurable_auth(),
featureflag({ feature: 'share' }),
// featureflag({ feature: 'share' }),
],
handler: async (req, res) => {
const actor = Actor.adapt(req.user);