discourse/plugins/chat/app/services
Martin Brennan 91c5658e9b
FIX: Handle deleted original message for thread index (#21470)
Since we have channel message retention which deletes
messages, we can end up with cases where the thread
is still around but the message is deleted. We will
handle the cascade delete in a different commit --
for now we will ensure the thread list lookup handles
this case and doesn't error.
2023-05-10 13:58:15 +02:00
..
chat FIX: Handle deleted original message for thread index (#21470) 2023-05-10 13:58:15 +02:00
service DEV: Move channel creation for category into service (#21167) 2023-04-24 09:15:16 +10:00
service.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00