Select the types of activity you want to include in your feed.
appview: pulls: make NewPull more transactional
the current transaction model only rollsback on db failures. this changeset makes the transaction encapsulate the entire NewPull flow. if creating the pds record fails, the db is still rolled back.