Zum Inhalt der Seite gehen

is it needed or can we change this?
Good question. We have to check where it is used.
We have to check where it is used

Nearly everywhere where we deal with items. /mod/profile, /mod/display, /mod/network, /mod/notes, /mod/search and /mod/community

I haven't looked in these files. Instead I try to think about the question in which cases it would make sense to filter pending contacts. But no use case comes to my mind (as long as friendica doesn't get items which it shouldn't have because of its actual state of the connection -> meaning no established friendship connection).
We could commend it out and see what happens :-)
we need set it in brackets because I guess a pending contact is constituted through blocked = 1 and pending = 1. So we only don't want the items with blocked = 1 and pending = 0.

so the query would be AND NOT (`contact`.`blocked` AND NOT `contact`.`pending`)
Am I right?