feed update: introduce reference point

This commit is contained in:
2021-07-06 22:48:18 +02:00
parent 60e5b795d5
commit 6b7c6b72e6
3 changed files with 28 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ if($sAction!='')
$sResult = $oSpot->getMarkers();
break;
case 'feed':
$sResult = $oSpot->getNewsFeed($iChunk);
$sResult = $oSpot->getNewsFeed($iChunk, $iId);
break;
case 'add_post':
$sResult = $oSpot->addPost($sName, $sContent);