From 6fda9164991342fe2165d33c3a214f86af9b76c3 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 4 May 2024 12:25:46 +0200 Subject: [PATCH] Add note for Bluesky AppKey --- internal/storage/ticker.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/storage/ticker.go b/internal/storage/ticker.go index 6460cfce..f7ac586d 100644 --- a/internal/storage/ticker.go +++ b/internal/storage/ticker.go @@ -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 {