mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:50:11 +00:00
Don't transmit to archived inboxes
This commit is contained in:
parent
61ff99c410
commit
e4e9a20ac8
7 changed files with 70 additions and 19 deletions
|
@ -670,7 +670,7 @@ class Transmitter
|
|||
*
|
||||
* @return boolean "true" if inbox is archived
|
||||
*/
|
||||
private static function archivedInbox($url)
|
||||
public static function archivedInbox($url)
|
||||
{
|
||||
return DBA::exists('inbox-status', ['url' => $url, 'archive' => true]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue