🐛 Fix notifiable is empty when user do not set
This commit is contained in:
@ -170,6 +170,8 @@ func CheckNotificationNotifiableBatch(accounts []models.Account, topic string) [
|
||||
}
|
||||
}
|
||||
notifiable[idx] = true
|
||||
} else {
|
||||
notifiable[idx] = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user