]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/common.php
better handling of staticGet
[quix0rs-gnu-social.git] / lib / common.php
index 60c820ee6e7586da25bd67591aeba740db70cd88..015ecd639ad0952840a444bb3ba06a3b7fde5ac4 100644 (file)
@@ -28,6 +28,13 @@ define('MAX_AVATAR_SIZE', 256 * 1024);
 
 define('NOTICES_PER_PAGE', 20);
 
+define('FOREIGN_NOTICE_SEND', 1);
+define('FOREIGN_NOTICE_RECV', 2);
+define('FOREIGN_NOTICE_SEND_REPLY', 4);
+
+define('FOREIGN_FRIEND_SEND', 1);
+define('FOREIGN_FRIEND_RECV', 2);
+
 define_syslog_variables();
 
 # append our extlib dir as the last-resort place to find libs