Skip to content

Commit 2d9d77d

Browse files
committed
Fix the build.
1 parent 2b8307c commit 2d9d77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/serializers/basic_group_serializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def include_has_messages?
4747
end
4848

4949
def include_bio_raw?
50-
staff? || is_group_owner
50+
staff? || (include_is_group_owner? && is_group_owner)
5151
end
5252

5353
def include_is_group_user?

0 commit comments

Comments
 (0)