We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba31bd commit 8a370baCopy full SHA for 8a370ba
src/app/endpoints/conversations.py
@@ -160,7 +160,7 @@ async def get_conversations_list_endpoint_handler(
160
"""Handle request to retrieve all conversations for the authenticated user."""
161
check_configuration_loaded(configuration)
162
163
- user_id, _, _ = auth
+ user_id, _, _, _ = auth
164
165
logger.info("Retrieving conversations for user %s", user_id)
166
@@ -249,7 +249,7 @@ async def get_conversation_endpoint_handler(
249
},
250
)
251
252
253
254
user_conversation = validate_conversation_ownership(
255
user_id=user_id,
0 commit comments