]> code.citadel.org Git - citadel.git/commit
avoid calling GETR for the number of total/read messages
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 21 Nov 2010 17:48:01 +0000 (18:48 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 21 Nov 2010 17:48:01 +0000 (18:48 +0100)
commit5ba425c626619bed1c97985dd63c2a7490ac87bd
treed7dc4e99c359ec65392a427885b265763206c25c
parent45ba51763ead4a25ad46fb8b2c82d398fdbb051a
avoid calling GETR for the number of total/read messages

so far webcit used a call of GETR to retrieve the number of messages available in the current room for displaying the room banner.
However, GOTO already gave us this information, and GETR is only available for aides, so we got Important messages with that error when logged in as joe average.
This went under the radar for quiet a while, since the error message wasn't printed but silently ignored.
webcit/roomtokens.c