diff options
| author | Mishio595 <[email protected]> | 2018-07-24 17:19:22 -0600 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-09-16 11:41:09 -0600 |
| commit | 207caa999ae04be07e8f63ffe9bfc4a006af2ffc (patch) | |
| tree | 59f583a17e37457052fb66d92c57afbbd9c4b742 /src/cache | |
| parent | add method Colour::hex (diff) | |
| download | serenity-207caa999ae04be07e8f63ffe9bfc4a006af2ffc.tar.xz serenity-207caa999ae04be07e8f63ffe9bfc4a006af2ffc.zip | |
EventHandler::message_update with cache feature sends old message if available
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 41d66d4..a3bcc7b 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. /// |