mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
UX: group pages should not show Messages tab to unauthorised users (#4318)
This commit is contained in:
@ -34,6 +34,7 @@ describe Admin::GroupsController do
|
||||
"incoming_email"=>nil,
|
||||
"notification_level"=>2,
|
||||
"has_messages"=>false,
|
||||
"is_member"=>true,
|
||||
"mentionable"=>false
|
||||
}])
|
||||
end
|
||||
|
Reference in New Issue
Block a user