discourse/plugins/chat/app
Joffrey JAFFEUX 467ecbabf5
FIX: supports escape sequence in chat (#29659)
Writing `\*test\*` will now correctly cook `*test*`, and not `<em>test</em>`.
2024-11-08 15:28:50 +09:00
..
controllers/chat DEV: Refactor the Chat::CreateThread service a bit 2024-11-06 15:53:43 +01:00
jobs DEV: Replace params by the contract object in services 2024-10-25 14:48:34 +02:00
models FIX: supports escape sequence in chat (#29659) 2024-11-08 15:28:50 +09:00
queries/chat FIX: show chat thread notifications for direct message channels (#29414) 2024-10-31 10:50:11 +04:00
serializers/chat FIX: correctly render unicode in channel page title (#29653) 2024-11-08 09:41:14 +09:00
services/chat DEV: Refactor the Chat::CreateThread service a bit 2024-11-06 15:53:43 +01:00
validators/chat FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00