Skip to content
  • Philip Withnall's avatar
    aggregator: Convert the link map to use a MultiMap · 787c0769
    Philip Withnall authored
    When it's possible to have personas sharing IM addresses but not being
    linked (due to anti-links), the link map's assumption that one IM address
    (or other linkable property) maps to one individual will be invalid. This
    commit converts the link map to be a HashMultiMap, effectively changing it
    from a mapping of string → Individual to a mapping of
    string → Set<Individual>.
    
    Helps: bgo#629537
    787c0769