discourse/plugins/chat/db
Martin Brennan e34fb7e0b2
DEV: Chat thread reply counter cache (#21050)
Similar to 22a55ef0ce,
this commit adds a replies_count to the Chat::Thread
table, which is updated every 15 minutes via PeriodicalUpdates.
This is done so the new thread indicator for the UI can
show the count without intense serializer queries, but
in future we likely want this to update more frequently.
2023-04-11 15:40:25 +10:00
..
fixtures DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
migrate DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00
post_migrate DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00