1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 17:03:01 +08:00
Commit Graph

2 Commits

  • Add separate path for friend presence notifications
    It proved to be too difficult to deal with the flow that clears user
    states on stopping the watching of global presence updates. It's not
    helped in the least that friends are updated via the API, so there's a
    third flow to consider (and the timings therein - both server-spectator
    and friends are updated concurrently).
    
    Simplest is to separate the friends flow, though this does mean some
    logic and state duplication.