discourse/plugins/chat/spec
Alan Guo Xiang Tan 1e26a521c2
FIX: Error when loading a channel with threading enabled but no threads (#22434)
Without this fix, the following error is raised:

```
ActiveRecord::StatementInvalid:
  PG::SyntaxError: ERROR:  syntax error at or near ")"
  LINE 4:   WHERE thread_id IN ()
```
2023-07-05 14:33:49 +08:00
..
components/chat DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
fabricators FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
integration DEV: Update chat cooked quote spec (#22202) 2023-06-20 10:30:33 +08:00
jobs DEV: Move user count update for channels to ensure_consistency! (#22321) 2023-07-03 11:41:51 +10:00
lib DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
mailers DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
models DEV: Move user count update for channels to ensure_consistency! (#22321) 2023-07-03 11:41:51 +10:00
queries/chat DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
requests DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
serializer DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
services FIX: Error when loading a channel with threading enabled but no threads (#22434) 2023-07-05 14:33:49 +08:00
support DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
system DEV: Fix flaky system test when expanding chat message actions on mobile (#22428) 2023-07-05 10:39:04 +08:00
validators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_helper.rb DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
plugin_spec.rb DEV: Move user count update for channels to ensure_consistency! (#22321) 2023-07-03 11:41:51 +10:00