Skip to content
  • Rafal Proszowski's avatar
    Fix GitHub's avatar URL · e1977a1d
    Rafal Proszowski authored
    
    
    At the moment, the URL is being composed and modified with the use of
    string composition.
    
    This causes issues, if the URL returned by GitHub slightly differs from
    the time developer initially had a look into it.
    
    In our case, the URL from GitHub has two query parameters in it, whilst
    the codebase only expected one.
    
    This change will take all of these parameters and only set the one we
    care about, whilst leaving others intact and carry on with the full URL.
    
    Fixes #1489
    
    Signed-off-by: default avatarRafal Proszowski <paroxp@gmail.com>
    e1977a1d