discourse/plugins/chat/spec/jobs
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
..
regular FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
scheduled
chat_channel_archive_spec.rb
chat_channel_delete_spec.rb FIX: Make chat editor IDs not null (#18903) 2022-11-08 09:06:13 +10:00
delete_old_chat_messages_spec.rb FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
process_chat_message_spec.rb
update_user_counts_for_chat_channels_spec.rb