I have 2 user roles: registered and trusted user roles.
I have a content type and I want:
1) registered users posts should be dropped in moderation queue.
2) trusted users posts should be published without moderation

I set Published and In moderation queue settings in content type.
I set bypass moderation queue setting in trusted user role permissions.

And both registered and trusted users' posts are published without moderation.

If I unset published setting from content type, all posts dropped to moderation queue.

What's the solution? Is there any bug?