mirror of
https://github.com/ente-io/ente.git
synced 2025-07-26 11:29:13 +00:00
[mob][photos] Remove internal flag from join links feature
This commit is contained in:
parent
8c932dc3f2
commit
b6094e5aa8
@ -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"]));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user