mirror of https://github.com/perkeep/perkeep.git
Merge branch 'master' of https://camlistore.googlesource.com/camlistore
This commit is contained in:
commit
76f4ff618d
|
@ -41,6 +41,8 @@ type checkinsList struct {
|
||||||
type checkinItem struct {
|
type checkinItem struct {
|
||||||
Id string
|
Id string
|
||||||
CreatedAt int64 // unix time in seconds from 4sq
|
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
|
Venue venueItem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue