mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 17:15:16 -04:00
FeedReader: Added processing of enclosure in RSS feed
This commit is contained in:
parent
f9ca6cd3e1
commit
ad9d566767
15 changed files with 406 additions and 108 deletions
|
@ -124,9 +124,15 @@ public:
|
|||
std::string descriptionTransformed;
|
||||
time_t pubDate;
|
||||
uint32_t flag; // RS_FEEDMSG_FLAG_...
|
||||
std::string attachmentLink;
|
||||
std::string attachment; // binary as base64
|
||||
std::string attachmentMimeType;
|
||||
|
||||
// Only in memory when receiving messages
|
||||
std::vector<unsigned char> attachmentBinary;
|
||||
std::string attachmentBinaryMimeType;
|
||||
std::vector<unsigned char> postedFirstImage;
|
||||
std::string postedFirstImageMimeType;
|
||||
std::string postedDescriptionWithoutFirstImage;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue