Skip to content

Commit

Permalink
removing active badge from user object (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavmukherji authored Oct 24, 2024
1 parent 4824f3f commit b92da99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
12 changes: 0 additions & 12 deletions src/v1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ components:
format: int32
default: 3
description: User identifier (unsigned integer)
ActiveStatus:
type: string
enum:
- active
- inactive
description: |
The status of a user.
- active: The user is currently active.
- inactive: The user is not currently active.
ReactionType:
type: string
enum:
Expand Down Expand Up @@ -96,7 +87,6 @@ components:
- followerCount
- followingCount
- verifications
- activeStatus
properties:
fid:
$ref: "#/components/schemas/Fid"
Expand Down Expand Up @@ -147,8 +137,6 @@ components:
type: array
items:
$ref: "#/components/schemas/Address"
activeStatus:
$ref: "#/components/schemas/ActiveStatus"
viewerContext:
$ref: "#/components/schemas/ViewerContext"
Reactor:
Expand Down
14 changes: 0 additions & 14 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ components:
type: string
description: UUID of the signer
example: 19d0c5fd-9b33-4a48-a0e2-bc7b0555baec
ActiveStatus:
type: string
enum:
- active
- inactive
description: |
The status of a user.
- active: The user is currently active.
- inactive: The user is not currently active.
SubscriptionProviders:
type: string
enum:
Expand Down Expand Up @@ -1089,7 +1080,6 @@ components:
- verifications
- verified_addresses
- verified_accounts
- active_status
- power_badge
properties:
object:
Expand Down Expand Up @@ -1163,8 +1153,6 @@ components:
- x
username:
type: string
active_status:
$ref: "#/components/schemas/ActiveStatus"
power_badge:
type: boolean
viewer_context:
Expand Down Expand Up @@ -1679,7 +1667,6 @@ components:
- "0x5a927ac639636e534b678e81768ca19e2c6280b7"
- "0xe9e261852ea62150eee685807df8fe3f211310a0"
sol_addresses: []
active_status: "active"
power_badge: true
text: ".@fun built out hatecast.xyz based on a random conversation we had about app ideas for Farcaster."
timestamp: "2023-09-13T22:10:22.000Z"
Expand Down Expand Up @@ -1744,7 +1731,6 @@ components:
- "0x5a927ac639636e534b678e81768ca19e2c6280b7"
- "0xe9e261852ea62150eee685807df8fe3f211310a0"
sol_addresses: []
active_status: "active"
power_badge: true
text: ".@fun built out hatecast.xyz based on a random conversation we had about app ideas for Farcaster."
timestamp: "2023-09-13T22:10:22.000Z"
Expand Down

0 comments on commit b92da99

Please sign in to comment.