diff --git a/pms_api_rest/services/feed_post_service.py b/pms_api_rest/services/feed_post_service.py index 27d5660cb..3b4c832b2 100644 --- a/pms_api_rest/services/feed_post_service.py +++ b/pms_api_rest/services/feed_post_service.py @@ -33,8 +33,7 @@ class PmsFeedRss(Component): description=rss.description, publishDate=str(rss.publish_date), author=rss.author if rss.author else "", - imageUrl="https://www.roomdoo.com/wp-content" - "/uploads/2021/09/hotel-roomdoo.png", + imageUrl=rss.image_url or "", ) ) return result_rss