mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Allow groups to be used as aliases for user mention
when configured by the admin a group can be found through the @mentions feature in both the compose/reply and the private message user-selectors and once selected the mention will be replaced by the list of users in the group
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
class BasicGroupSerializer < ApplicationSerializer
|
||||
attributes :id, :automatic, :name, :user_count
|
||||
attributes :id, :automatic, :name, :user_count, :alias_level
|
||||
end
|
||||
|
Reference in New Issue
Block a user