Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Oct 13, 2023
1 parent 148c6e4 commit 0c50f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/linkpreview_unfurler_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (u *StatusUnfurler) fillCommunityImages(community *communities.Community, i

func (u *StatusUnfurler) buildCommunityData(communityID string) (*communities.Community, *common.StatusCommunityLinkPreview, error) {
// This automatically checks the database
community, err := u.m.RequestCommunityInfoFromMailserver(communityID, true)
community, err := u.m.RequestCommunityInfoFromMailserver(communityID, nil, true)

if err != nil {
return nil, nil, fmt.Errorf("failed to get community info for communityID '%s': %w", communityID, err)
Expand Down

0 comments on commit 0c50f6a

Please sign in to comment.