mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
Mark if post was received via relay
This commit is contained in:
parent
2987070d93
commit
6401bd7503
3 changed files with 9 additions and 3 deletions
|
@ -57,6 +57,10 @@ class Conversation
|
|||
* The message had been fetched by our system
|
||||
*/
|
||||
const PULL = 2;
|
||||
/**
|
||||
* The message had been pushed to this system via a relay server
|
||||
*/
|
||||
const RELAY = 3;
|
||||
|
||||
public static function getByItemUri($item_uri)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue