4 comments (4 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++1,062 forks (1,062 forks)batch import
bugclientgood first issue
Repository metrics
- Stars
- 5,642 stars (5,642 stars)
- PR merge metrics
- Avg merge 6d (Avg merge 6d)7 merged PRs in 30d (7 merged PRs in 30d)
Description
To reproduce:
- Create channel name
a
- Create channel name
A
- Copy URL to channel A
- Open URL
Expected: You join channel A
What happens: You join the first channel (a)
Contributor guide
- Research direction
- Inspect the URL parsing logic in Mumble's channel handling code. Look for case sensitive string comparisons when matching channel names from URLs.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- C++Git