Route capitalization error in private_messages_group

I believe the correct fix here is to not require capitalized group name in URL params. Done via:

Note that browsing to /u/username/messages/group/groupname will fire an AJAX request to /topics/private-messages-group/username/groupname, so what @angus did above to debug this issue does look correct.

Thanks for reporting this issue @RGJ :+1:

5 Likes