discourse/plugins/poll
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
..
app DEV: Don't create unnecessary scope methods (#15104) 2021-11-26 16:34:07 +01:00
assets DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
config Update translations (#19401) 2022-12-09 12:01:05 +01:00
db/migrate DEV: Promote historic post_deploy migrations 2021-06-23 17:43:38 +01:00
jobs/regular FEATURE: Allow users to remove their vote (#14459) 2021-10-05 11:38:49 +03:00
lib DEV: Quote values when constructing SQL (#18827) 2022-11-01 14:05:13 -05:00
spec DEV: Use proper wording for contexts in specs 2022-08-04 11:05:02 +02:00
test/javascripts DEV: Load plugin CSS in tests (#18668) 2022-10-19 18:10:06 +01:00
plugin.rb DEV: Rename `UriHelper.escape_uri` to `.normalized_encode` 2022-08-09 11:55:25 +01:00