diff --git a/classes/Conversation.php b/classes/Conversation.php index 3acc283d62..c8d922a2f0 100755 --- a/classes/Conversation.php +++ b/classes/Conversation.php @@ -97,6 +97,7 @@ class Conversation extends Managed_DataObject $notice = new Notice(); $notice->conversation = $id; + $notice->whereAddIn('verb', array(ActivityVerb::POST, ActivityUtils::resolveUri(ActivityVerb::POST, true)), $notice->columnType('verb')); $cnt = $notice->count(); self::cacheSet($keypart, $cnt);