@@ -186,6 +186,7 @@ func NewUserInfo(temp map[string]interface{}, tp int) *UserInfo {
}
o_pushset, _ := temp["o_pushset"].(map[string]interface{})
ui.GetPushSet(o_pushset)
+ ui.PushSetFilter()
return ui
@@ -239,7 +240,6 @@ func (u *UserInfo) GetPushSet(obj map[string]interface{}) {
MailPush: util.IntAll(followEnt["i_mailpush"]),
},
- u.PushSetFilter()
u.PushSet.ResetSubSet()