[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: {
"collectionID": collection.id,
"enableCollect": enableCollect,
"enableJoin": flagService.internalUser,
"joinViaLink":
flagService.internalUser, // todo: remove after server deployment
"enableJoin": true,
// todo: remove after server deployment
},
);
collection.publicURLs?.add(PublicURL.fromMap(response.data["result"]));