diff --git a/pkg/index/corpus.go b/pkg/index/corpus.go index 0a1f98242..4d56c7a09 100644 --- a/pkg/index/corpus.go +++ b/pkg/index/corpus.go @@ -818,6 +818,8 @@ func (c *Corpus) typeSpecificNodeTimeLocked(nodeType string, pn blob.Ref) (t tim switch nodeType { case "foursquare.com:checkin": attr = "startDate" + case "twitter.com:tweet": + attr = "startDate" // TODO(mpl): other nodeTypes from importers default: return t, errUnsupportedNodeType