diff --git a/protocol/linkpreview_unfurler_status.go b/protocol/linkpreview_unfurler_status.go index 1770dd542a6..2bb58e27ced 100644 --- a/protocol/linkpreview_unfurler_status.go +++ b/protocol/linkpreview_unfurler_status.go @@ -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)