aboutsummaryrefslogtreecommitdiff
path: root/src/cache
diff options
context:
space:
mode:
authorMishio595 <[email protected]>2018-09-16 10:01:11 -0600
committerMishio595 <[email protected]>2018-09-16 11:46:57 -0600
commite630f5127c52f25373ded6aaf3b3a7a7b3a92c00 (patch)
tree1c5f374d1fa71d38909d752e0b55516042e36d09 /src/cache
parentChange Cache::message test to ignore and move binding for new message in mess... (diff)
downloadserenity-e630f5127c52f25373ded6aaf3b3a7a7b3a92c00.tar.xz
serenity-e630f5127c52f25373ded6aaf3b3a7a7b3a92c00.zip
Add back old message on update
Diffstat (limited to 'src/cache')
-rw-r--r--src/cache/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/mod.rs b/src/cache/mod.rs
index a3bcc7b..41d66d4 100644
--- a/src/cache/mod.rs
+++ b/src/cache/mod.rs
@@ -617,7 +617,7 @@ impl Cache {
messages.get(&message_id).cloned()
})
}
-
+
/// Retrieves a [`PrivateChannel`] from the cache's [`private_channels`]
/// map, if it exists.
///