Skip to content

Commit

Permalink
Fix the stated order of ChannelId::messages_iter (#1156)
Browse files Browse the repository at this point in the history
This mirrors the changes that were made to return the newest messages first.
  • Loading branch information
arqunis committed Dec 30, 2020
1 parent 2e8f968 commit 03a1f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/channel/channel_id.rs
Expand Up @@ -410,7 +410,7 @@ impl ChannelId {
/// A buffer of at most 100 messages is used to reduce the number of calls.
/// necessary.
///
/// The stream returns the oldest message first, followed by newer messages.
/// The stream returns the newest message first, followed by older messages.
///
/// # Examples
///
Expand Down

0 comments on commit 03a1f97

Please sign in to comment.