Skip to content

Commit

Permalink
return empty user info to be filled in later
Browse files Browse the repository at this point in the history
  • Loading branch information
JJTech0130 committed Jul 29, 2024
1 parent bd53d43 commit 477f3f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/connector/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,9 @@ func (m *MetaClient) ResolveIdentifier(ctx context.Context, identifier string, c
}
}
return &bridgev2.ResolveIdentifierResponse{
UserID: ids.MakeUserID(id),
Chat: chat,
UserID: ids.MakeUserID(id),
UserInfo: &bridgev2.UserInfo{},
Chat: chat,
}, nil
}

Expand Down

0 comments on commit 477f3f9

Please sign in to comment.