mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 07:24:37 +08:00
b60f4606e5
This change adds full names to direct message channel titles when the following conditions are met: - SiteSetting.enable_names = true - SiteSetting.display_name_on_posts = true - SiteSetting.prioritize_username_in_ux = false If a user's full name is blank, it will fallback to their username in both 1-1 channels and Group DM channels. |
||
---|---|---|
.. | ||
admin/assets/javascripts | ||
app | ||
assets | ||
config | ||
db | ||
lib | ||
public | ||
spec | ||
test/javascripts | ||
plugin.rb | ||
README.md |
This plugin is still in active development and may change frequently
Documentation
The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.
For user documentation, see Discourse Chat.
For developer documentation, see Discourse Documentation.