mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
bd709c89a7
This PR fixes a bug where if you navigate from topic to another one (via suggested topics, notifications etc.), the previous topic is not unsubscribed from presence manager, which means if you visit lots of topics all the subscriptions will accumulate and can cause rate limit errors. This bug is exposed by the loading slider we're currently experimenting with on Meta because we no longer have an intermediate state when navigating between topics which means the `willDestroyElement` hook that's responsible for unsubscribing is not called. |
||
---|---|---|
.. | ||
assets | ||
config | ||
spec/requests | ||
plugin.rb | ||
README.md |
Discourse Presence plugin
This plugin shows which users are currently writing a reply at the same time as you.
Installation
Follow the directions at Install a Plugin using https://github.com/discourse/discourse-presence.git as the repository URL.
Authors
André Pereira, David Taylor
License
GNU GPL v2