Skip to content

Commit

Permalink
send out channel header in responses;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Oct 8, 2021
1 parent 0101ecf commit b4ec72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public enum DittoHeaderDefinition implements HeaderDefinition {
* Key: {@code "channel"}, Java type: {@link String}.
* </p>
*/
CHANNEL("channel", String.class, true, false,
CHANNEL("channel", String.class, true, true,
HeaderValueValidators.getDittoChannelValidator()),

/**
Expand Down

0 comments on commit b4ec72d

Please sign in to comment.