Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix - Papercups chat collision #2908

Merged
merged 2 commits into from
Jan 11, 2021
Merged

Conversation

paolodamico
Copy link
Contributor

Changes

Full context on Slack thread.

Fixes a bug in which the way Papercups recognizes latest conversations from users using the provided external_id, as we were relying on the autoincremental user IDs, this caused Papercups conversations to be routed incorrectly. We now use the distinct_id which has a significant source of randomness.

Checklist

  • All querysets/queries filter by Organization, by Team, and by User
  • Django backend tests
  • Jest frontend tests
  • Cypress end-to-end tests

@timgl timgl requested a deployment to posthog-fix-papercups-u-rfs1si January 11, 2021 00:54 Abandoned
@Twixes Twixes temporarily deployed to posthog-fix-papercups-u-rfs1si January 11, 2021 00:58 Inactive
Copy link
Collaborator

@Twixes Twixes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, yep, makes a lot of sense.

@Twixes Twixes merged commit 5f726ee into master Jan 11, 2021
@Twixes Twixes deleted the fix-papercups-user-collision branch January 11, 2021 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants