mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Merge pull request #1782 from ligthyear/group-mention
Allow groups to be used as aliases for user mentions
This commit is contained in:
@ -21,7 +21,8 @@ describe Admin::GroupsController do
|
||||
"id"=>group.id,
|
||||
"name"=>group.name,
|
||||
"user_count"=>1,
|
||||
"automatic"=>false
|
||||
"automatic"=>false,
|
||||
"alias_level"=>0
|
||||
}]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user