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

Bug fix: /api/share route #1345

Merged
merged 1 commit into from
Oct 20, 2024
Merged

Bug fix: /api/share route #1345

merged 1 commit into from
Oct 20, 2024

Conversation

ManishMadan2882
Copy link
Collaborator

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

    • Steps to reproduce this bug:
      1. Create a conversation
      2. Create a shared link for the conversation, with enable allow users to prompt further
      3. Create another shared link for the conversation, this time disable the option to prompt further

    • Current behaviour: The same uuid is assigned to both the shared conversations

    • Expected behaviour: A shared conversation which is promptable with a particular doc should be unique avoiding redundant entries; while a non-promptable shared conversation should also be unique but distinct from a promptable one

  • Why was this change needed? (You can also link to an open issue here)
    Avoids ambiguity in the behaviour of shared conversations.

Copy link

vercel bot commented Oct 19, 2024

@ManishMadan2882 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Oct 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 20, 2024 4:37pm

Copy link
Contributor

@dartpain dartpain left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@dartpain dartpain merged commit 2c25f4a into arc53:main Oct 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application Application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants