@@ -129,6 +129,9 @@ const API = {
if (userid) return getCall("/post/usr/" + userid);
return getCall("/post/");
},
getPost(postid) {
return getCall("/post/" + postid);
deletePost(postid){
return deleteCall("/post/" + postid);
The note is not visible to the blocked user.