You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a userscript we would like to know if a post/comment has been reported.
Probably we need a public end point (without access token) where user can send post_id/comment_id
(in json contentId) and in response can get the report_id. If it is not present the response will be null or <=0.
The direct implementation is that we would like to avoid sending nc feedback in chat when a user flags no longer needed on a comment that has not been reported by HeatDetector.
The text was updated successfully, but these errors were encountered:
I like this more than the current one we have. I quickly exposed an endpoint which lets you query for the contentUrl. However, there are various ways to build a link to content on SO, and since we're doing an exact text search, this isn't too reliable.
We'd also need to include the content type, to avoid id collisions. So maybe something like
With a userscript we would like to know if a post/comment has been reported.
Probably we need a public end point (without access token) where user can send
post_id
/comment_id
(in json
contentId
) and in response can get thereport_id
. If it is not present the response will benull
or<=0
.The direct implementation is that we would like to avoid sending
nc
feedback in chat when a user flags no longer needed on a comment that has not been reported by HeatDetector.The text was updated successfully, but these errors were encountered: