sindresorhus/refined-github



The issue has been closed
Merge the several events when different users start following a single user #2550
GaurangTandon posted onGitHub
Right now, on my dashboard, the following events exist:
UserA started following UserC
UserB started following UserC
UserC started following UserA and UserB
As you can see the last two events are cleanly merged into one.
So, is it possible to also merge the first two events? I would imagine something like: UserA and UserB started following UserC
. Criterion of merging such events could be anything: if the events occur within one hour of each other, or simply if they are consecutive in the dashboard feed.