Beispiel #1
0
        private void FillLinkPreview(Bulletin bulletin)
        {
            var linkPreview = _activityLinkPreviewService.GetActivityLinkPreview(bulletin.Id);

            bulletin.LinkPreview   = linkPreview;
            bulletin.LinkPreviewId = linkPreview?.Id;
        }
Beispiel #2
0
        private void FillLinkPreview(Entities.Social social)
        {
            var linkPreview = _activityLinkPreviewService.GetActivityLinkPreview(social.Id);

            social.LinkPreview   = linkPreview;
            social.LinkPreviewId = linkPreview?.Id;
        }