Skip to content

Commit

Permalink
Workaround - userName and userColor should be set to null, but null i…
Browse files Browse the repository at this point in the history
…s converted to a string in json
  • Loading branch information
hcartiaux committed Aug 30, 2024
1 parent bd9b2b8 commit 0718f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
showChat => true,
showLineNumbers => true,
useMonospaceFont => false,
userName => false,
userColor => false,
# userName => null,
# userColor => null,
rtl => false,
alwaysShowChat => false,
chatAndUsers => false,
Expand Down

0 comments on commit 0718f2b

Please sign in to comment.