Skip to content

Commit

Permalink
Add note for Bluesky AppKey
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed May 4, 2024
1 parent 0c9a2fd commit 6fda916
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/storage/ticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ type TickerBluesky struct {
TickerID int `gorm:"index"`
Active bool
Handle string
AppKey string
// AppKey is the application password from Bluesky
// Future consideration: persist the access token, refresh token instead of app key
AppKey string
}

func (b *TickerBluesky) Connected() bool {
Expand Down

0 comments on commit 6fda916

Please sign in to comment.