···7777 switch f.FeedType {
7878 case domain.FeedTypeMargin:
7979 where = append(where, "uri NOT LIKE '%network.cosmik%'")
8080+ where = append(where, "uri NOT LIKE '%community.lexicon.bookmarks.bookmark%'")
8081 case domain.FeedTypeSemble:
8182 where = append(where, "uri LIKE '%network.cosmik%'")
8283 case domain.FeedTypePopular: