discourse/plugins/chat/app/services
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
..
chat FIX: Error when loading a channel with threading enabled but no threads (#22434) 2023-07-05 14:33:49 +08:00
service DEV: Add policy objects to services 2023-05-25 12:34:00 +02:00
service.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00