mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
well, it's generated column
This commit is contained in:
@@ -147,7 +147,7 @@ public class RssFetch : IHostedService, IDisposable
|
||||
feedPost.Title = post.Title;
|
||||
feedPost.Url = post.Link;
|
||||
feedPost.PostedAt = post.PublishingDate.GetValueOrDefault(DateTime.Now);
|
||||
feedPost.UrlHash = _hash.GenerateHash(feedPost.Url);
|
||||
// feedPost.UrlHash = _hash.GenerateHash(feedPost.Url);
|
||||
|
||||
postsImages.Add(feedPost, await FetchImageUrl(post));
|
||||
newPosts.Add(feedPost);
|
||||
|
||||
Reference in New Issue
Block a user