Example #1
0
func isSubscribed(u config.User) bool {
	return u.HasSetting(subSetting)
}