@@ -83,7 +83,8 @@ const server = Server.configure({
}),
})
.then(res=>res.json())
.then(({data})=>{
.then((data)=>{
console.debug('shout data:',data)
const{authors}=data.get_shout;
if(authors.includes(author_id)){
returnresolve({
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.