Loading CHANGELOG.md +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ### Fixed - Fix the registered function name for 'nk.channelIdBuild' in the JavaScript runtime. ## [3.10.0] - 2021-12-16 ### Added Loading server/runtime_javascript_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ func (n *runtimeJavascriptNakamaModule) mappings(r *goja.Runtime) map[string]fun "localcacheDelete": n.localcacheDelete(r), "channelMessageSend": n.channelMessageSend(r), "channelMessageUpdate": n.channelMessageUpdate(r), "channeldIdBuild": n.channelIdBuild(r), "channelIdBuild": n.channelIdBuild(r), "binaryToString": n.binaryToString(r), "stringToBinary": n.stringToBinary(r), } Loading Loading
CHANGELOG.md +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ### Fixed - Fix the registered function name for 'nk.channelIdBuild' in the JavaScript runtime. ## [3.10.0] - 2021-12-16 ### Added Loading
server/runtime_javascript_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ func (n *runtimeJavascriptNakamaModule) mappings(r *goja.Runtime) map[string]fun "localcacheDelete": n.localcacheDelete(r), "channelMessageSend": n.channelMessageSend(r), "channelMessageUpdate": n.channelMessageUpdate(r), "channeldIdBuild": n.channelIdBuild(r), "channelIdBuild": n.channelIdBuild(r), "binaryToString": n.binaryToString(r), "stringToBinary": n.stringToBinary(r), } Loading