feathersjs-ecosystem/feathers-react-native-chat

Created event for a message does not include the populated user in sentBy

Closed this issue · 2 comments

The sendMessage promise give me the results with the users data inside sendBy while the on created service is missing it.

Something with the hooks I guess ?

@naptiv yup it's an issue in Feathers core and hooks feathersjs/feathers#248. @daffl thinks he has a fix for it.

This was fixed by feathersjs-ecosystem/feathers-hooks#57. I've pushed a new server version and client code so this is now fixed.