Open smelamud opened 4 years ago
When user posts a reaction or comments on his own node, there is no sense to make the second request for signing through /nodes/ API. The node can sign the reaction/comment when processing the first request, if it is received from admin.
/nodes/
Implemented for comments.
When user posts a reaction or comments on his own node, there is no sense to make the second request for signing through
/nodes/
API. The node can sign the reaction/comment when processing the first request, if it is received from admin.