mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-29 03:32:53 -04:00
Fix continuous mode (#7200)
fix https://github.com/FreshRSS/FreshRSS/issues/7199
This commit is contained in:
committed by
GitHub
parent
700eef13ed
commit
3280ec617f
@@ -90,6 +90,8 @@ class FreshRSS_index_Controller extends FreshRSS_ActionController {
|
||||
//We have enough entries: we discard the last one to use it for the next articles' page
|
||||
ob_clean();
|
||||
FreshRSS_Context::$continuation_id = $lastEntry->id();
|
||||
} else {
|
||||
FreshRSS_Context::$continuation_id = '0';
|
||||
}
|
||||
ob_end_flush();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user