0a05e69 Ignore new compose notifications whose location do not include an URL

Authored and Committed by pingou 3 years ago
    Ignore new compose notifications whose location do not include an URL
    
    For example: https://apps.fedoraproject.org/datagrepper/id?id=2020-5d9c4255-e930-4600-9d88-5b33e173fb08&is_raw=true&size=extra-large
    has a path instead of an url and we can't retrieve anything from
    koji in those situation, so we'll just bail on those messages.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>