mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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
|
@ -378,6 +378,11 @@ class Network extends Timeline
|
|||
}
|
||||
}
|
||||
|
||||
protected function setPing(bool $ping)
|
||||
{
|
||||
$this->ping = $ping;
|
||||
}
|
||||
|
||||
protected function getItems()
|
||||
{
|
||||
$conditionFields = ['uid' => $this->session->getLocalUserId()];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue