Implement proper blocking usage #298
Labels
kind/new-feature
Propose the addition of a new feature that does not yet exist
x/profiles
Module that allows to create and manage decentralized social profiles
Milestone
Feature description
Currently, when a user blocks another user that blockage is never considered anywhere. Instead, we should consider it when:
Implementation proposal
What I think we should do is the following:
when a DTag transferring request is made from Alice to Bob, check if Bob has blocked Alice. If so, return an error and halt the process;
when a relationships is created from Alice towards Bob, check if Bob has blocked Alice. If so, return an error and halt the process.
The text was updated successfully, but these errors were encountered: