mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:05:24 +08:00
0260415664
Prior to this fix we had too logic to detect if a user is active or not: - idle codepath on the frontend - online user ids on the backend The frontend solution is not very reliable, and both solution are just trying to be too smart. Making a lot of people questioning why they receive a notification sometimes and sometimes not. This commit removes all this logic and replaces it with a much more simpler logic: - you can't receive notifications for channel you are actually watching - we won't play a sound more than once every 3seconds |
||
---|---|---|
.. | ||
app | ||
assets | ||
config | ||
db | ||
lib | ||
public | ||
spec | ||
test/javascripts | ||
plugin.rb | ||
README.md |
This plugin is still in active development and may change frequently
Documentation
The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.
For user documentation, see Discourse Chat.
For developer documentation, see Discourse Documentation.