aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/model/event.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/model/event.rs b/src/model/event.rs
index c4d13ff..00705bb 100644
--- a/src/model/event.rs
+++ b/src/model/event.rs
@@ -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!(),
};