Follower count, for instance. Only needs to update when a new follows are added or deleted from the user. Then the replaceable event is updated automatically. No need to request a DVM for it. It's already on the phone
Login to reply
Replies (1)
The kind 30382 event gets updated with the new follower count by the service and the phone sees that automatically.
Then if the user wants to see the actual list of followers, the client will access the service via the DVM for the list of pubkeys.
That makes sense to me.