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/lib
Andrei Prigorshnev fa543cda06
DEV: Always create chat mention records (#20470)
Before this commit, we created a chat mention record only in case we wanted to send a notification about that mention to the user. Notifications were the only use case for the chat_mention db table. Now we want to use that table for other features, so we have to always create a chat_mention record.
2023-03-07 19:07:11 +04:00
..
discourse_dev
email_controller_helper
extensions
onebox/templates
tasks
validators
chat_channel_archive_service.rb
chat_channel_fetcher.rb
chat_channel_hashtag_data_source.rb
chat_channel_membership_manager.rb
chat_mailer.rb
chat_message_bookmarkable.rb
chat_message_creator.rb
chat_message_mentions.rb DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
chat_message_processor.rb
chat_message_rate_limiter.rb
chat_message_reactor.rb REFACTOR: Fix pluralized strings in chat plugin (#20357) 2023-02-20 10:31:02 +01:00
chat_message_updater.rb
chat_notifier.rb DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
chat_review_queue.rb
chat_seeder.rb DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat_statistics.rb
chat_transcript_service.rb
direct_message_channel_creator.rb
duplicate_message_validator.rb
guardian_extensions.rb
message_mover.rb
post_notification_handler.rb
secure_uploads_compatibility.rb
service_runner.rb
slack_compatibility.rb
steps_inspector.rb