Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi community,
can anybody tell me how is constructed the post request sent when the submit button is pressed for a new post?
Cheers, R
It all happens here https://github.com/NodeBB/nodebb-plugin-composer-default/blob/master/static/lib/composer.js#L701-L760.
@baris Thanks a lot!