DegreesOfSeparationReferencePolicyConfig: {
    params: {
        commentsRestricted: boolean;
        degreesOfSeparation: number;
        mirrorsRestricted: boolean;
        quotesRestricted: boolean;
        sourceProfileId?: ProfileId;
    };
    type: DEGREES_OF_SEPARATION;
}

Type declaration

  • params: {
        commentsRestricted: boolean;
        degreesOfSeparation: number;
        mirrorsRestricted: boolean;
        quotesRestricted: boolean;
        sourceProfileId?: ProfileId;
    }
    • commentsRestricted: boolean

      If true, only profile within the specified degrees of separation can comment.

    • degreesOfSeparation: number

      The number of degrees of separation from the reference profile.

    • mirrorsRestricted: boolean

      If true, only profile within the specified degrees of separation can mirror.

    • quotesRestricted: boolean

      If true, only profile within the specified degrees of separation can quote.

    • Optional sourceProfileId?: ProfileId

      You can set the degree to follow someone elses graph.

      Default Value

      the authenticated Profile ID
      
  • type: DEGREES_OF_SEPARATION