Minor changes
This commit is contained in:
parent
17f8304dba
commit
057dab988c
@ -16,8 +16,9 @@ group-padding-x = 0.75rem
|
|||||||
color text-color
|
color text-color
|
||||||
|
|
||||||
:hover
|
:hover
|
||||||
color white
|
color theme-white
|
||||||
background-color rgb(60, 60, 60)
|
background-color theme-black
|
||||||
|
text-shadow none
|
||||||
|
|
||||||
.group-image
|
.group-image
|
||||||
width 70px
|
width 70px
|
||||||
|
@ -10,7 +10,7 @@ func main() {
|
|||||||
defer arn.Node.Close()
|
defer arn.Node.Close()
|
||||||
|
|
||||||
for user := range arn.StreamUsers() {
|
for user := range arn.StreamUsers() {
|
||||||
if user.Notifications().CountUnseen() <= 10 && !user.IsActive() && user.Email != "" && len(user.AnimeList().Items) > 0 {
|
if user.Notifications().CountUnseen() <= 10 && !user.IsActive() && user.Email != "" && len(user.AnimeList().Items) == 0 {
|
||||||
fmt.Println(user.Email)
|
fmt.Println(user.Email)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user