Fix user info

This commit is contained in:
r 2021-01-16 05:46:51 +00:00
parent b35d62ecbb
commit 384179e518
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func (c *Client) GetAccount(ctx context.Context, id string) (*Account, error) {
if err != nil {
return nil, err
}
if account.Pleroma == nil {
if account.Pleroma == nil || len(account.Pleroma.Relationship.ID) < 1 {
rs, err := c.GetAccountRelationships(ctx, []string{id})
if err != nil {
return nil, err