mirror of
https://github.com/ente-io/ente.git
synced 2025-07-24 12:52:01 +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: {
|
||||
"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"]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user