From: Art Cancro Date: Wed, 13 Oct 2010 22:35:36 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel X-Git-Tag: v8.01~656^2~3 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=02f2cdebff8d3db11c6826a41b2770f5b65f1989;hp=fb181fc0c1be1f3f05e7891e635c2ad5503b3abc;p=citadel.git Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel --- diff --git a/webcit/feed_generator.c b/webcit/feed_generator.c index 5ec8aad21..46809dc31 100644 --- a/webcit/feed_generator.c +++ b/webcit/feed_generator.c @@ -31,6 +31,8 @@ void feed_rss_one_message(long msgnum) { int found_title = 0; char pubdate[128]; + /* FIXME if this is a blog room we only want to include top-level messages */ + serv_printf("MSG0 %ld", msgnum); /* FIXME we want msg4 eventually */ serv_getln(buf, sizeof buf); if (buf[0] != '1') return;