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