Files
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
..
2021-10-05 15:59:26 +02:00

Discourse Presence plugin

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