discourse/plugins/discourse-presence
David Taylor 79ad0860a2
FIX: Cleanup PresenceChannel instances when composer closed (#14741)
I was previously relying on `this.isDestroying` returning `true` during `willDestroyElement`. This was an incorrect assumption.

This commit refactors the logic into an explicit `cleanup` function, and also adds some cleanup for empty keys in the `subscribedProxy` array
2021-10-27 15:17:10 +01:00
..
assets FIX: Cleanup PresenceChannel instances when composer closed (#14741) 2021-10-27 15:17:10 +01:00
config Update translations (#14513) 2021-10-05 15:59:26 +02:00
spec/integration DEV: Update discourse-presence plugin to use new PresenceChannel system (#14519) 2021-10-21 12:42:46 +01:00
test/javascripts/acceptance DEV: Update discourse-presence plugin to use new PresenceChannel system (#14519) 2021-10-21 12:42:46 +01:00
README.md DEV: Update discourse-presence plugin to use new PresenceChannel system (#14519) 2021-10-21 12:42:46 +01:00
plugin.rb DEV: Update discourse-presence plugin to use new PresenceChannel system (#14519) 2021-10-21 12:42:46 +01:00

README.md

Discourse Presence plugin

This plugin shows which users are currently writing a reply at the same time as you.