Files
mozo-backend/lib
BenClaw 7c69f0a0bc fix(action_cable): accept both /user/123 and /user_123 channel formats
- Benjamin standardized on /user_123 in mozo.rb (underscore, no slash)
- Old remap regex ^/user/(.+)$ didn't match /user_123
- Fix: ^/user[/_](.+)$ accepts both separators → user_123
2026-05-17 19:27:30 +02:00
..
2012-08-22 18:15:37 +02:00
2014-08-06 12:58:16 +02:00
2015-10-04 13:03:16 +02:00
2012-12-03 18:39:36 +01:00
2025-09-20 17:35:58 -05:00
2026-05-17 12:24:07 -05:00