e7a0209 consumer: trim the list of reported composes better

Authored and Committed by adamwill 7 years ago
    consumer: trim the list of reported composes better
    
    We were trimming from the *end* of the list, so forgetting that
    we'd already reported for the most recent compose. Which almost
    entirely renders the check useless. Trim from the *start* of
    the list instead.
    
        
file modified
+1 -1