fixed bugs with global commit feed not sending events

This commit is contained in:
Brad Rydzewski
2014-07-13 15:45:01 -07:00
parent 7a970aaff0
commit 5d00c3f6ce
3 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ type Perm struct {
Read bool `meddler:"perm_read" json:"read"`
Write bool `meddler:"perm_write" json:"write"`
Admin bool `meddler:"perm_admin" json:"admin"`
Guest bool `meddler:"-" json:"guest"`
Created int64 `meddler:"perm_created" json:"-"`
Updated int64 `meddler:"perm_updated" json:"-"`
}