Skip to content
  • Florian Müllner's avatar
    room: Split out nick matching into a utility function · 1bde9e94
    Florian Müllner authored and Florian Müllner's avatar Florian Müllner committed
    Nick highlighting is important to get right, which is why we try to
    be smarter than simply matching for the current nick. As that makes
    the code more complex and thus more prune to bugs, it is worth cove-
    ring in unit testing. Splitting out the matching logic into a utility
    function will allow us to do so without setting up a telepathy test
    environment.
    
    #53
    1bde9e94