Skip to content

Include comment ids in changeset discussion replication files #9

@Woazboat

Description

@Woazboat

The OSM API recently changed the changeset endpoint to also return the comment id for changeset discussion comments in the api response. The changeset replication should probably be updated to also include this.
openstreetmap/openstreetmap-website#4245

<osm ...>
	<changeset ...>
		...
		<discussion>
			<comment id="1234" ...>
				<text>...</text>
			</comment>
			...
		</discussion>
	</changeset>
</osm>

https://github.com/zerebubuth/openstreetmap-changeset-replication/blob/master/replicate_changesets.rb#L97-L118

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions