···4848}
49495050func (msg Message) CreateInDatabaseNotifications(groupId string, subs []Subscription) {
5151+ if config.DryRunMode {
5252+ ll.Warn("dry run mode enabled, not creating notifications in database")
5353+ return
5454+ }
5155 // Create sequentially: this is not something that has to be done fast, and parallelizing would swamp the database connections
5256 for _, sub := range subs {
5357 prisma.Notification.CreateOne(