This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/app/jobs/regular
Martin Brennan 3ee4b59c64
DEV: Use guardian user for can_chat? (#19418)
Instead of passing `user` to `guardian.can_chat?`, we
can just use the inner `@user` that is part of the guardian
instance already to determine whether that user can chat,
since this is how it works for all other usages of guardian
even within chat.
2022-12-13 09:14:17 +10:00
..
auto_join_channel_batch.rb UX: redesign of chat settings + add chat retention info (#19017) 2022-11-16 11:10:42 +01:00
auto_manage_channel_memberships.rb UX: redesign of chat settings + add chat retention info (#19017) 2022-11-16 11:10:42 +01:00
chat_channel_archive.rb DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat_channel_delete.rb DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat_notify_mentioned.rb FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
chat_notify_watching.rb DEV: Use guardian user for can_chat? (#19418) 2022-12-13 09:14:17 +10:00
delete_user_messages.rb FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
process_chat_message.rb DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
update_channel_user_count.rb DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00