diff options
| author | Mishio595 <[email protected]> | 2018-09-16 10:01:11 -0600 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-09-16 11:46:57 -0600 |
| commit | e630f5127c52f25373ded6aaf3b3a7a7b3a92c00 (patch) | |
| tree | 1c5f374d1fa71d38909d752e0b55516042e36d09 /src/cache | |
| parent | Change Cache::message test to ignore and move binding for new message in mess... (diff) | |
| download | serenity-e630f5127c52f25373ded6aaf3b3a7a7b3a92c00.tar.xz serenity-e630f5127c52f25373ded6aaf3b3a7a7b3a92c00.zip | |
Add back old message on update
Diffstat (limited to 'src/cache')
| -rw-r--r-- | src/cache/mod.rs | 2 |
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. /// |