Remove users who are muted by someone AND have zero followers. O(E + M) where E = follows edges, M = mutes edges. Now async and non-blocking with batching.
Optional
Static
Remove users who are muted by someone AND have zero followers. O(E + M) where E = follows edges, M = mutes edges. Now async and non-blocking with batching.