Select the types of activity you want to include in your feed.
Remove Queue.init (#808)
`Queue` is always created through `NewQueue`, which always initializes the data structures. So we don't need to initialize them in other methods.