[core] Fix: New followers endpoint requires user-token

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-10-08 12:26:43 +02:00
parent 0d717c7ca9
commit 40dc38d9ac
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -99,7 +99,7 @@ func (c *Client) GetFollowDate(from, to string) (time.Time, error) {
}
if err := c.Request(ClientRequestOpts{
AuthType: AuthTypeAppAccessToken,
AuthType: AuthTypeBearerToken,
Context: context.Background(),
Method: http.MethodGet,
OKStatus: http.StatusOK,