]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Conversation.php
Merge pull request #10116 from mexon/mat/addon-console-command
[friendica.git] / src / Model / Conversation.php
index febd6c508474548372e4383003eb6c522e1b915a..c51f19f171a92ab882562ebaa796aa50d289ef09 100644 (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)
        {