Skip to content

Commit

Permalink
Fix bad exclusion of messagebus configuration option in redis connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepidd committed Apr 28, 2023
1 parent 7c7ecee commit 6a9e210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/message_bus/backends/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def new_redis_connection
:base_route,
:client_message_filters,
:site_id_lookup,
:group_id_lookup,
:group_ids_lookup,
:user_id_lookup,
:transport_codec
].include?(k)
Expand Down

0 comments on commit 6a9e210

Please sign in to comment.