Skip to content

Commit

Permalink
Don't refetch attrs already fetched for filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Flying-Toast committed Jan 20, 2024
1 parent 759ccec commit 3ab8fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yugo/client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ defmodule Yugo.Client do
not Map.has_key?(msg, :fetched) ->
conn
|> fetch_message(seqnum)
|> process_earliest_message()
|> maybe_process_messages()

msg.fetched == :filter ->
parts_to_fetch =
Expand Down

0 comments on commit 3ab8fc6

Please sign in to comment.