mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-05 00:50:41 +00:00
fix: don't check share permission anymore
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user