Mark if post was received via relay

This commit is contained in:
Michael 2021-01-09 16:56:42 +00:00
parent 2987070d93
commit 6401bd7503
3 changed files with 9 additions and 3 deletions

View file

@ -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)
{