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

remove GET /api/v3/conversations endpoint #81

Merged
merged 4 commits into from
Jan 28, 2025

Conversation

rjwebb
Copy link
Contributor

@rjwebb rjwebb commented Jan 27, 2025

Removing this endpoint - right now we have /api/v3/conversations and /api/v3/conversations_summary endpoints which both return a list of conversations. The one place where conversations was being called was in the report, which was actually incorrect since we only need to return information about a single conversation when viewing the report - this was causing a number of values to be undefined.

This PR also removes the conversations reducer which isn't being used anywhere.

@raykyri raykyri merged commit ff7feba into main Jan 28, 2025
1 check passed
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.

2 participants