-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
OSSOpen Source IssueOpen Source Issuedifficulty:easyIssues that are easy to solve.Issues that are easy to solve.
Description
A potential inconsistency was identified in the handling of the chatbot parameter within the urlBuilders methods.
Details:
- In
threadUrl,chatbotusestoSlug(chatbot) - In
userChatbotUrl,chatbotuseschatbot.toLowerCase()
This discrepancy could lead to URL mismatches. It is recommended to standardize the approach using toSlug for consistency.
Refer to PR #316 and the comment: #316 (comment)
Requested by @AndlerRL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OSSOpen Source IssueOpen Source Issuedifficulty:easyIssues that are easy to solve.Issues that are easy to solve.