This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/pre-initializers
Jarek Radosz 19214aff18
DEV: Clean up all message bus subscriptions (#19268)
1. "What Goes Up Must Come Down" – if you subscribe to message bus, make sure you also unsubscribe
2. When you unsubscribe - remove only your subscription, not **all** subscriptions on given channel

Attempt #2. The first attempt tried to extend a core `@bound` method in new-user-narrative plugin which did not work. I reworked that plugin in the meantime. This new PR also cleans up message bus subscriptions in now core-merged chat plugin.
2022-12-12 16:32:25 +01:00
..
discourse-bootstrap.js DEV: Update backburner.js to include bugfix and dev improvements (#18549) 2022-10-12 10:06:03 +01:00
dynamic-route-builders.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
inject-discourse-objects.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
map-routes.js DEV: Clean up pre-initializers (#18680) 2022-10-26 09:19:54 +08:00
sniff-capabilities.js DEV: Fix InstallTrigger deprecation warnings on Firefox (#18380) 2022-09-29 13:31:29 +02:00