class UserStateUpdater
No description
Updates a user state relative to a discussion.
subscribe(Dispatcher $events)
whenPostWasDeleted(Deleted $event)
If user A read a discussion all the way to post number N, and X last posts were deleted, then we need to update user A's read status to the new N-X post number so that they get notified by new posts.