mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00: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