How do we stop the heartbeat module from recording node update activity for certain specific content types we have created?
We created a content type that collects voting information. When a user votes, a new node is created or an existing node is updated for this content type.
The heartbeat module seems to be recording this event and creating a new activity. In Drupal Commons this activity is displayed in a block called the "Recent Activity" block. We would like to avoid having this update to our "voting" content type from being recorded as an activity, and being shown in the "recent activity" block.
How would we do this?