discourse/plugins/chat
Blake Erickson 23a7f00524
DEV: Re-apply chat index migration (#29859)
Commit c2a733a95a was applied to an
existing migration that possibly had already run. Due to this some
discourse instances might not have the correct index.

This change removes the original migration and creates a new one so that
it will actually be applied.

This is the missing index that some sites might not have:
```
Missing Index | CREATE INDEX
index_chat_messages_on_chat_channel_id_and_id ON public.chat_messages
USING btree (chat_channel_id, id) WHERE (deleted_at IS NOT NULL)
```
2024-11-20 12:59:07 -07:00
..
admin/assets/javascripts DEV: Bump @discourse/lint-configs and autofix (#29847) 2024-11-20 14:15:04 +00:00
app FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
assets DEV: Bump @discourse/lint-configs and autofix (#29847) 2024-11-20 14:15:04 +00:00
config Update translations (#29835) 2024-11-20 00:21:25 +01:00
db DEV: Re-apply chat index migration (#29859) 2024-11-20 12:59:07 -07:00
lib DEV: supports blocks in chat message sdk (#29839) 2024-11-20 08:06:48 +01:00
public
spec FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
test/javascripts DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
plugin.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
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.