Select the types of activity you want to include in your feed.
Add regexp raw pattern API (#1061)
Adds query.Regexp.RegexpString() as the public API for getting the marshaled raw regexp pattern. Existing query.Regexp string, proto and gob serialization paths now route through that method.