mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-13 06:55:08 +00:00
* Use Slack display names instead of the "name" field The "name" field is the left-hand side of the email address in many cases. This information is not otherwise available so we shouldn't expose it in forum posts. * Fall back to real_name, add comments * Store users as a hash This should avoid a lot of O(n) lookups * Format user mentions with the correct name also * Fix the tests (first try) * Fix the tests (second try); add a test for user mentions * Fix the tests (third try) * Empty commit to trigger Travis * Fix the tests (fourth try) * Fix the tests (fifth try) * Change spaces to underscores * Updates per feedback
discourse-chat-integration
This plugin integrates Discourse with a number of external chatroom systems. For more information, click here
Description
Languages
Ruby
89.4%
JavaScript
5.8%
Handlebars
4.2%
SCSS
0.6%