Skip to content

Commit

Permalink
25
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Jul 18, 2024
1 parent b30d7c4 commit 6277b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub async fn handle_message(
Some(v) => {
messages.extend(
v.iter()
.take(15)
.take(25)
.filter_map(|m| {
let msg = locked_state.cache.message(m.to_owned());
msg.map(|msg| {
Expand Down

0 comments on commit 6277b6c

Please sign in to comment.