Skip to content

Commit

Permalink
add missing delta_publish default
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 6, 2024
1 parent 76cb23b commit ea1ad33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ var defaults = map[string]any{
"redis_presence_hash_field_ttl": false,

"allowed_delta_types": []centrifuge.DeltaType{},
"delta_publish": false,

"presence": false,
"join_leave": false,
Expand Down

0 comments on commit ea1ad33

Please sign in to comment.