diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-25 23:00:46 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-25 23:00:46 -0700 |
commit | 994768b82101fdd2a08a92e30967ded6714b87dc (patch) | |
tree | bce337781fc5d4f399afa483b51596fb8166eedc /classes/Notice_inbox.php | |
parent | b53b6b8769d5531c16ba58d4560119bcee8b39ff (diff) |
break up big inbox queries into lots of small ones
Diffstat (limited to 'classes/Notice_inbox.php')
-rw-r--r-- | classes/Notice_inbox.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Notice_inbox.php b/classes/Notice_inbox.php index 4ca2e9ae3..940381f84 100644 --- a/classes/Notice_inbox.php +++ b/classes/Notice_inbox.php @@ -27,6 +27,7 @@ define('INBOX_CACHE_WINDOW', 101); define('NOTICE_INBOX_SOURCE_SUB', 1); define('NOTICE_INBOX_SOURCE_GROUP', 2); +define('NOTICE_INBOX_SOURCE_REPLY', 3); define('NOTICE_INBOX_SOURCE_GATEWAY', -1); class Notice_inbox extends Memcached_DataObject |