[mob][photos] Remove internal flag from join links feature

This commit is contained in:
ashilkn 2025-01-24 11:44:00 +05:30
parent 8c932dc3f2
commit b6094e5aa8

View File

@ -949,9 +949,8 @@ class CollectionsService {
data: { data: {
"collectionID": collection.id, "collectionID": collection.id,
"enableCollect": enableCollect, "enableCollect": enableCollect,
"enableJoin": flagService.internalUser, "enableJoin": true,
"joinViaLink": // todo: remove after server deployment
flagService.internalUser, // todo: remove after server deployment
}, },
); );
collection.publicURLs?.add(PublicURL.fromMap(response.data["result"])); collection.publicURLs?.add(PublicURL.fromMap(response.data["result"]));