We're beginning to make some long-term changes to our code base to completely remove Linq2SQL, unfortunately the aggregation event hook that relays comment creation and deletion to the central network database was in a place specific to .SubmitChanges().
I've hooked aggregation up to our new POCO version (inserts/deletes via dapper) and it will start aggregating after the build rolling out now. The previous history will need a comment backfill at the network level, I'll see if we can't kick that off sometime before the weekend's over.