Files
discourse/lib
Rafael dos Santos Silva 78ae5dbc46 FIX: Handle nil @post in CookedProcessorMixin for chat messages (#35386)
Chat::MessageProcessor includes CookedProcessorMixin but only sets
@model, leaving @post as nil. The process_hotlinked_image method was
attempting to access @post.post_hotlinked_media, causing undefined
method errors when processing chat messages with images.
2025-10-14 16:04:25 -03:00
..
2022-04-28 11:51:03 +02:00
2024-08-12 10:41:13 +02:00
2025-09-24 12:00:22 +02:00
2024-11-06 06:27:49 +08:00
2023-02-21 10:30:48 +01:00
2020-07-21 15:55:03 +08:00
2025-07-24 22:04:13 +02:00
2025-09-30 10:39:08 +08:00