🐛 Fix notifiable is empty when user do not set

This commit is contained in:
2024-11-23 12:31:00 +08:00
parent 7a2ce20460
commit 3f4fe68105
2 changed files with 5 additions and 4 deletions

View File

@ -170,6 +170,8 @@ func CheckNotificationNotifiableBatch(accounts []models.Account, topic string) [
}
}
notifiable[idx] = true
} else {
notifiable[idx] = true
}
}