mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:41:12 +08:00
FEATURE: add flair to avatars using new settings in the groups admin UI
This commit is contained in:
@ -35,7 +35,9 @@ describe Admin::GroupsController do
|
||||
"notification_level"=>2,
|
||||
"has_messages"=>false,
|
||||
"is_member"=>true,
|
||||
"mentionable"=>false
|
||||
"mentionable"=>false,
|
||||
"flair_url"=>nil,
|
||||
"flair_bg_color"=>nil
|
||||
}])
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user