Loading server/core_notification.go +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ func (n *NotificationService) notificationsSave(notifications []*NNotification) statements = append(statements, "("+statement+")") params = append(params, generateNewId()) params = append(params, no.Id) params = append(params, no.UserID) params = append(params, no.Subject) params = append(params, no.Content) Loading server/runtime_nakama_module.go +2 −0 Original line number Diff line number Diff line Loading @@ -1995,6 +1995,8 @@ func (n *NakamaModule) notificationsSendId(l *lua.LState) int { return } notification.Id = generateNewId() notifications = append(notifications, notification) }) Loading Loading
server/core_notification.go +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ func (n *NotificationService) notificationsSave(notifications []*NNotification) statements = append(statements, "("+statement+")") params = append(params, generateNewId()) params = append(params, no.Id) params = append(params, no.UserID) params = append(params, no.Subject) params = append(params, no.Content) Loading
server/runtime_nakama_module.go +2 −0 Original line number Diff line number Diff line Loading @@ -1995,6 +1995,8 @@ func (n *NakamaModule) notificationsSendId(l *lua.LState) int { return } notification.Id = generateNewId() notifications = append(notifications, notification) }) Loading