discourse/plugins/chat/app
Roman Rizzi 07a9163ea8
FEATURE: Deleting a user with their posts also deletes chat messages. (#19194)
This commit introduce a new API for registering callbacks, which we'll execute when a user gets destroyed, and the `delete_posts` opt is true. The chat plugin registers one callback and queues a job to destroy every message from that user in batches.
2022-11-28 13:32:57 -03:00
..
controllers SECURITY: Limit chat message char length (#19207) 2022-11-28 10:48:30 +10:00
core_ext
jobs FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
models FIX: Unsilence users on chat message flag disagree. (#19198) 2022-11-28 11:11:35 -03:00
queries
serializers FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
services FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
views