This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat
Sam Saffron e3a6be3db7
PREF: allow notification ids a larger range
Out of the box we allow 2.2 billion notification, certain exceptionally
bit forums may overflow. This premtively raises the bar to big int.

The trade off is that all forums in the wild store an extra 4 byte in a bunch
of tables.
2023-03-02 15:57:28 +11:00
..
app DEV: Make the model step compatible with collections 2023-02-27 14:24:43 +01:00
assets FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
config FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
db PREF: allow notification ids a larger range 2023-03-02 15:57:28 +11:00
lib FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
test/javascripts FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
plugin.rb FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

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.