diff --git a/pkg/importer/foursquare/api.go b/pkg/importer/foursquare/api.go index 143d312bc..e3048174b 100644 --- a/pkg/importer/foursquare/api.go +++ b/pkg/importer/foursquare/api.go @@ -39,9 +39,11 @@ type checkinsList struct { } type checkinItem struct { - Id string - CreatedAt int64 // unix time in seconds from 4sq - Venue venueItem + Id string + CreatedAt int64 // unix time in seconds from 4sq + TimeZoneOffset int // offset in minutes. positive is east. + Shout string // "Message from check-in, if present and visible to the acting user." + Venue venueItem } type venueItem struct {