mirror of
https://github.com/discourse/discourse.git
synced 2025-03-12 13:55:30 +08:00
Fix the build.
This commit is contained in:
parent
2b8307c6c3
commit
2d9d77d390
@ -47,7 +47,7 @@ class BasicGroupSerializer < ApplicationSerializer
|
||||
end
|
||||
|
||||
def include_bio_raw?
|
||||
staff? || is_group_owner
|
||||
staff? || (include_is_group_owner? && is_group_owner)
|
||||
end
|
||||
|
||||
def include_is_group_user?
|
||||
|
Loading…
x
Reference in New Issue
Block a user