DomainBlockSeverity

public enum DomainBlockSeverity : String, Codable, Hashable

The policy to be applied by this domain block.

  • silence = Account posts from this domain will be hidden by default
  • suspend = All incoming data from this domain will be rejected
  • noop = Do nothing. Allows for rejecting media or reports
  • Undocumented

    Declaration

    Swift

    case silence
  • Declaration

    Swift

    case suspend
  • Undocumented

    Declaration

    Swift

    case noop