You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading GTS docs about Interaction Policy and it mentions interactions should be rejected when they don't follow the policy, so I'm wondering if answering with a Reject when an actor or instance is blocked would prevent having interactions federated elsewhere.
Just leaving this as a note for further research.
Implementation could be crafting and sending a Reject activity on apsystem.ts rejectActivity() and leave at that.
The text was updated successfully, but these errors were encountered:
I was reading GTS docs about Interaction Policy and it mentions interactions should be rejected when they don't follow the policy, so I'm wondering if answering with a Reject when an actor or instance is blocked would prevent having interactions federated elsewhere.
Just leaving this as a note for further research.
Implementation could be crafting and sending a Reject activity on apsystem.ts
rejectActivity()
and leave at that.The text was updated successfully, but these errors were encountered: