discourse/plugins/chat/app
Joffrey JAFFEUX d1ef6ab99f
FIX: do not serialize status when profile is hidden (#23946)
Users can decide to hide their profile and presence. It seems more correct to also not return the status in this case.

Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
2023-10-16 17:43:39 +02:00
..
controllers/chat DEV: removes the notion of staged thread (#23612) 2023-09-15 18:09:45 +02:00
helpers/chat FEATURE: Mark all chat channels read with a shortcut (#20629) 2023-03-22 13:24:07 +10:00
jobs FEATURE: Link chat notifications directly to message (#23617) 2023-09-16 20:37:35 +01:00
models FIX: properly create a mention when followed by dots (#23829) 2023-10-09 08:30:18 +02:00
policies DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat FIX: handle thread participants limit on the frontend (#23839) 2023-10-09 14:04:59 +08:00
serializers/chat FIX: do not serialize status when profile is hidden (#23946) 2023-10-16 17:43:39 +02:00
services SECURITY: Add permissions to MessageBus in chat 2023-10-16 10:34:30 -04:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views