Skip to content

Set `place` type when updating location from nil

Karen Konou requested to merge fix/location-update-type into develop

Previously, the server would set Place type for location objects created during the registration process but generic Object type for location objects created during later user updates. This assures consistent object typing.

Merge request reports