discourse/plugins/chat
David Battersby b60f4606e5
FEATURE: allow names in chat channel title (#28843)
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.
2024-09-16 18:12:13 +04:00
..
admin/assets/javascripts FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
app FEATURE: allow names in chat channel title (#28843) 2024-09-16 18:12:13 +04:00
assets FEATURE: allow names in chat channel title (#28843) 2024-09-16 18:12:13 +04:00
config FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
db DEV: Migrate Chat::NotificationMention#notification_id to bigint (#28571) 2024-08-27 14:57:16 +03:00
lib DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
public
spec FEATURE: allow names in chat channel title (#28843) 2024-09-16 18:12:13 +04:00
test/javascripts FEATURE: allow names in chat channel title (#28843) 2024-09-16 18:12:13 +04:00
plugin.rb FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
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.