mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02:00
Avoid loops when fetching replies
This commit is contained in:
parent
d6b9858143
commit
b739bddd26
2 changed files with 4 additions and 3 deletions
|
@ -81,6 +81,7 @@ class Receiver
|
|||
const COMPLETION_MANUAL = 3;
|
||||
const COMPLETION_AUTO = 4;
|
||||
const COMPLETION_ASYNC = 5;
|
||||
const COMPLETION_REPLIES = 6;
|
||||
|
||||
/**
|
||||
* Checks incoming message from the inbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue