Skip to content

Commit

Permalink
fix: Include actor token URL (#215)
Browse files Browse the repository at this point in the history
Added the ActorToken.URL field.
  • Loading branch information
gkats authored Feb 5, 2024
1 parent 32f2af8 commit 60ff523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actor_token.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type ActorToken struct {
UserID string `json:"user_id"`
Actor json.RawMessage `json:"actor"`
Token string `json:"token,omitempty"`
URL *string `json:"url,omitempty"`
Status string `json:"status"`
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
Expand Down

0 comments on commit 60ff523

Please sign in to comment.