Skip to content

Commit

Permalink
fixed message count corruption on fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
robinedwards committed Sep 23, 2010
1 parent d510468 commit 328d5ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/App/Syndicator/UI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ class App::Syndicator::UI {
push @{$self->message_list->values}, $msg->id;
$self->message_list->labels->{$msg->id}
= '<underline>'.$msg->title.'</underline>';

$self->db->inc_unread;
$self->db->inc_total;
}

$self->_update_message_count;
Expand Down

0 comments on commit 328d5ee

Please sign in to comment.