Loading data/modules/clientrpc.lua +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading
data/modules/clientrpc.lua +1 −1 Original line number Diff line number Diff line Loading @@ -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")