left test code template in place

This commit is contained in:
csoler 2025-11-03 16:38:57 +01:00
parent 8a23d37870
commit 6a0dda8cf7
7 changed files with 14 additions and 6 deletions

View file

@ -512,6 +512,14 @@ void NewsFeed::handleSecurityEvent(std::shared_ptr<const RsEvent> event)
void NewsFeed::testFeeds(uint /*notifyFlags*/)
{
auto feedItem = new GxsChannelPostItem(instance,
NEWSFEED_CHANNELNEWLIST,
RsGxsGroupId ("00000000000000000000000000000000"),
RsGxsMessageId("0000000000000000000000000000000000000000")
, false, true);
instance->addFeedItem(feedItem);
#ifdef TO_REMOVE
if (!instance) {
return;