powered by
Subscribe or unsubscribe to a changeset discussion
osm_subscribe_changeset_discussion(changeset_id)osm_unsubscribe_changeset_discussion(changeset_id)
osm_unsubscribe_changeset_discussion(changeset_id)
Returns the changeset information.
The id of the changeset represented by a numeric or a character value.
osm_subscribe_changeset_discussion(): Subscribe to the discussion of a changeset to receive notifications for new comments.
osm_subscribe_changeset_discussion()
osm_unsubscribe_changeset_discussion(): Unsubscribe from the discussion of a changeset to stop receiving notifications.
osm_unsubscribe_changeset_discussion()
Other changeset discussion's functions: osm_comment_changeset_discussion(), osm_hide_comment_changeset_discussion()
osm_comment_changeset_discussion()
osm_hide_comment_changeset_discussion()
if (FALSE) { # set_osmapi_connection(server = "openstreetmap.org") osm_subscribe_changeset_discussion(137595351) osm_unsubscribe_changeset_discussion("137595351") }
Run the code above in your browser using DataLab