Skip to content

Commit

Permalink
Decringe an old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Aug 8, 2018
1 parent dae5604 commit 3a58090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/model/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ impl CacheUpdate for ChannelDeleteEvent {

cache.categories.remove(&channel_id);
},
// We ignore these two due to the fact that the delete event for dms/groups
// will _not_ fire anymore.
// We ignore these because the delete event does not fire for these.
Channel::Private(_) | Channel::Group(_) => unreachable!(),
};

Expand Down

0 comments on commit 3a58090

Please sign in to comment.