Move pin drop out of labs (PSG-664) (#9135)
* Move pin drop out of labs (PSG-664) Signed-off-by: Johannes Marbach <johannesm@element.io> * Regenerate strings Signed-off-by: Johannes Marbach <johannesm@element.io>
This commit is contained in:
@@ -49,9 +49,7 @@ const getEnabledShareTypes = (relation): LocationShareType[] => {
|
||||
enabledShareTypes.push(LocationShareType.Live);
|
||||
}
|
||||
|
||||
if (SettingsStore.getValue("feature_location_share_pin_drop")) {
|
||||
enabledShareTypes.push(LocationShareType.Pin);
|
||||
}
|
||||
enabledShareTypes.push(LocationShareType.Pin);
|
||||
|
||||
return enabledShareTypes;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user