discourse/plugins/chat
David Battersby 1671512ce6
FIX: uploads with no extension causing error in message processor (#35656)
Sometimes the upload extension will be `nil`, which is causing an error
in the logs:

```
Job exception: undefined method `downcase' for nil
```

We check against an allowlist of common file types, so using safe
navigation we can return early and avoid the error.
2025-10-28 16:22:37 +04:00
..
admin/assets/javascripts DEV: Remove RouteTemplate wrapper (#35414) 2025-10-27 15:38:00 +00:00
app FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
assets DEV: Remove RouteTemplate wrapper (#35414) 2025-10-27 15:38:00 +00:00
config FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
db FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02:00
lib FIX: uploads with no extension causing error in message processor (#35656) 2025-10-28 16:22:37 +04:00
public
spec DEV: enable new lightbox by default (#35625) 2025-10-27 17:07:08 +04:00
test/javascripts DEV: Remove unneeded const self = this; from qunit tests (#35632) 2025-10-27 18:07:22 +00:00
about.json DEV: Only load specific plugin bundles during qunit test (#33678) 2025-07-21 21:00:48 +01:00
plugin.rb FEATURE: Add full-text search for chat messages (#34704) 2025-10-22 11:30:35 +02: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.