Summary | Use of message_seq wreaks havoc |
Queue | Agora |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | chuck (at) horde (dot) org |
Created | 02/06/2006 (7128 days ago) |
Due | |
Updated | 10/31/2006 (6861 days ago) |
Assigned | |
Resolved | 10/31/2006 (6861 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
count. Maybe this bug can be now closed and of course the changed
counting checked.
State ⇒
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Use of message_seq wreaks havoc
Queue ⇒ Agora
represent both the next id and the count means that:
- for moderated forums, the message count is inaccurate if any
messages remain unmoderated
- message counts for forums are innaccurate if any messages have been
deleted (including messages that were denied during moderation)
- last message for forums doesn't work properly if the last message is
awaiting moderation
... and probably a few more. The code is messy and could really stand
to be refactored, and a seperate count attribute is probably necessary.