Commit 71c87921 authored by Chris Molozian's avatar Chris Molozian Committed by Andrei Mihu
Browse files

Update client RPC function.

parent 69a16d31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,6 +50,6 @@ local function send_notification(context, payload)
      UserId = decoded.user_id
    }
  }
  nk.new_notifications(new_notifications)
  nk.notifications_send(new_notifications)
end
nk.register_rpc(send_notification, "clientrpc.send_notification")