heroiclabs / nakama-defold

Defold client for Nakama server.
https://heroiclabs.com
Apache License 2.0
74 stars 12 forks source link

Status follow and unfollow functions using incorrect param #33

Closed docsncode closed 2 years ago

docsncode commented 2 years ago

See line https://github.com/heroiclabs/nakama-defold/blob/master/codegen/main.go#L201 and https://github.com/heroiclabs/nakama-defold/blob/master/codegen/main.go#L213

The functions take user_id as a param and use user_ids in their logic.

britzl commented 2 years ago

Well spotted! Thanks.