Have 2 nodes:
Node1 - creates community using CreateCommunity
Node2 - fetch community by it's ID
Node2 - send request to join the community
Node2 - request can be seen using MyPendingRequestsToJoin
Node1/Node2 - use checkAndDeletePendingRequestToJoinCommunity
Issue:
Nothing seems to happen, the pending request is not cleared
Expected:
I would expect for the pending request to disappear