statamic / collaboration

Real-time, multi-user editing with Statamic via websockets
https://statamic.com/addons/statamic/collaboration
33 stars 13 forks source link

Fix channel names for terms with multiple `::` separators #83

Closed granitibrahimi closed 1 year ago

granitibrahimi commented 1 year ago

Actually on Workspace when the channel name is built there is a replace which replaces first occurrence of :: with a .. Pusher does not allow names with :: so method replace is adjusted to replaceAll so it replace all occurrences.

Example channel name generated from terms: presence-term.ad::test-slug::default.default

jesseleite commented 1 year ago

Thank you @granitibrahimi 👍