]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Conversation.php
Standards
[friendica.git] / src / Model / Conversation.php
index febd6c508474548372e4383003eb6c522e1b915a..742d5230a358b04ba2675d4903738295cd60fa1a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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)
        {