Skip to content

Commit

Permalink
Add ModeratorView listing type (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-y authored Jun 23, 2024
1 parent 2baef84 commit be7ac43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythorhead/types/listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ class ListingType(str, Enum):
Community = "Community"
Local = "Local"
Subscribed = "Subscribed"
ModeratorView = "ModeratorView"

0 comments on commit be7ac43

Please sign in to comment.