strapi-community/strapi-plugin-io

[Bug]: Update documentation

JaydeeSale opened this issue · 1 comments

What issue are you experiencing?

Documentation describes "message:update", as the format on which to subscribe to events, which is incorrect based on the model value that gets emitted on line 56 -> server/middlewareds/io.js, correct usage is 'api::message.message.update'

Steps To Reproduce

console.log(model) -> line 56 server/middlewareds/io.js

will output correct format

What version of the plugin are you using?

1.1.4

What strapi version are you using?

4.5.5

Was missing a component while digging ignore