Select the types of activity you want to include in your feed.
1 2//this is just an UGLY HACK, because depject does not 3//support recursion... 4 5//used by tabs and split views 6 7var sv = require('../plugs').first(exports.screen_view = []) 8exports._screen_view = function (value) { 9 return sv(value) 10}