ToeBee/ChangesetMD

Discussions branch duplicate comments

Closed this issue · 2 comments

The discussions branch is importing the same comment over and over again when a changeset discussion contains multiple comments
e.g.

changesets=# select * from osm_changeset_comment where comment_changeset_id = 31067942;
-[ RECORD 1 ]--------+-----------------------------------------------------------------------
comment_changeset_id | 31067942
comment_user_id      | 1240849
comment_user_name    | ediyes
comment_date         | 2015-06-12 14:50:39
comment_text         | Hi,
                     | zeromap, thanks for your feedback, I was fixing overlapping buildings.
                     |
                     | I will be more careful in the future.
                     |
                     | Edith.
-[ RECORD 2 ]--------+-----------------------------------------------------------------------
comment_changeset_id | 31067942
comment_user_id      | 1240849
comment_user_name    | ediyes
comment_date         | 2015-06-12 14:50:39
comment_text         | Hi,
                     | zeromap, thanks for your feedback, I was fixing overlapping buildings.
                     |
                     | I will be more careful in the future.
                     |
                     | Edith.

Whereas the changeset contains one comment from zeromap and one from ediyes

Have you pulled my latest commit? I thought I already fixed this. Or maybe
I didn't push the change... I'll check when I get to a computer
On Jun 20, 2015 7:09 PM, "Paul Norman" notifications@github.com wrote:

The discussions branch is importing the same comment over and over again
when a changeset discussion contains multiple comments
e.g.

changesets=# select * from osm_changeset_comment where comment_changeset_id = 31067942;
-[ RECORD 1 ]--------+-----------------------------------------------------------------------
comment_changeset_id | 31067942
comment_user_id | 1240849
comment_user_name | ediyes
comment_date | 2015-06-12 14:50:39
comment_text | Hi,
| zeromap, thanks for your feedback, I was fixing overlapping buildings.
|
| I will be more careful in the future.
|
| Edith.
-[ RECORD 2 ]--------+-----------------------------------------------------------------------
comment_changeset_id | 31067942
comment_user_id | 1240849
comment_user_name | ediyes
comment_date | 2015-06-12 14:50:39
comment_text | Hi,
| zeromap, thanks for your feedback, I was fixing overlapping buildings.
|
| I will be more careful in the future.
|
| Edith.

Whereas the changeset contains one comment from zeromap and one from ediyes


Reply to this email directly or view it on GitHub
#16.

ah yes, i was behind