@@ -257,6 +257,9 @@ const API = {
getRecentGroups() {
return getCall("/user/groups");
},
getFollowingGroups() {
return getCall("/user/groups/following");
searchGroups(query){
return getCall("/user/groups/search", query ? {query} : {}).then((data)=>{
if(data.status == "ok"){
The note is not visible to the blocked user.