discourse/plugins/chat/lib
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
..
chat FIX: uploads with no extension causing error in message processor (#35656) 2025-10-28 16:22:37 +04:00
chat_sdk DEV: correctly returns contract error (#32645) 2025-05-08 14:30:02 +02:00
discourse_dev DEV: Refactor Chat::ListChannelThreadMessages a bit (#33380) 2025-08-08 14:05:38 +02:00
email_controller_helper
onebox/templates FiX: Update date url for thread oneboxes (#24172) 2023-10-31 08:04:40 -03:00
tasks DEV: fix chat:*:populate rake tasks (#29740) 2024-11-13 18:11:25 +01:00