I want to add another skipMemberAdminRoleCheck argument to this function. Can't have two optional arguments, so going to make them both required.
Only two callsites to threadIsWithBlockedUserOnly and they're pretty straightforward.
Depends on D12149