mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Don't set posts to seen on channel ping
This commit is contained in:
parent
c8fff8c50c
commit
626ab7cb54
3 changed files with 9 additions and 1 deletions
|
@ -46,6 +46,7 @@ class Network extends NetworkModule
|
|||
System::httpExit('');
|
||||
}
|
||||
|
||||
$this->setPing(true);
|
||||
$this->itemsPerPage = 100;
|
||||
|
||||
if ($this->channel->isTimeline($this->selectedTab) || $this->userDefinedChannel->isTimeline($this->selectedTab, $this->session->getLocalUserId())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue