discourse/plugins/poll/assets/javascripts
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
..
components DEV: Remove .es6 extensions from core (#14912) 2021-11-13 12:51:53 +01:00
controllers FIX: Ensure poll type toggle buttons function correctly (#18540) 2022-10-11 11:20:18 +01:00
discourse/templates FIX: Ensure poll type toggle buttons function correctly (#18540) 2022-10-11 11:20:18 +01:00
initializers DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
lib FIX: Allow poll feature to be disabled in discourse-markdown (#15025) 2021-11-19 15:10:47 -06:00
widgets DEV: update yes/no confirmation dialogs (#18181) 2022-09-14 11:06:56 -04:00