From 0a12fd26a2f1e972bafd93592c40bf0440b55162 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Sat, 21 Dec 2013 23:41:00 -0500 Subject: [PATCH] Removed statistics on forums MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These don't really seem that helpful—topic statistics are good for find popular or important topics, but there aren't enough forums for forum statistics to hold the same value. --- interfaces.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interfaces.md b/interfaces.md index 4aa7a96..bc525f8 100644 --- a/interfaces.md +++ b/interfaces.md @@ -57,16 +57,12 @@ * string|trans __name__ * string|trans __description__ * bool __isUnread__ -* unsigned __topicCount__ -* unsigned __postCount__ ### Forum * string|trans __name__ * string|trans __description__ * bool __isUnread__ -* unsigned __topicCount__ -* unsigned __postCount__ * TopicStub[] __topics__ ### TopicStub