discourse/plugins/discourse-narrative-bot
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
..
assets DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
autoload/jobs DEV: Fix paths for narrative bot jobs (#16924) 2022-05-26 13:19:55 +01:00
config Update translations (#19340) 2022-12-06 16:22:23 +01:00
db DEV: Promote historic post_deploy migrations 2021-06-23 17:43:38 +01:00
lib/discourse_narrative_bot FIX: allow extra whitespace when asking discobot to perform a bot command (#17738) 2022-08-18 13:32:30 -04:00
public/images remove unnecessary symlink 2019-11-29 22:23:43 +01:00
spec FIX: allow extra whitespace when asking discobot to perform a bot command (#17738) 2022-08-18 13:32:30 -04:00
plugin.rb DEV: Transpile all plugin js by default (#17175) 2022-06-21 22:07:10 +02:00