Merge pull request #363 from slingamn/gdpr

disable history by default
This commit is contained in:
Daniel Oaks 2019-02-10 21:07:47 +10:00 committed by GitHub
commit 6dfd4317df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -485,10 +485,10 @@ fakelag:
history:
# should we store messages for later playback?
# the current implementation stores messages in RAM only; they do not persist
# across server restarts. however, you should disable this unless you understand
# across server restarts. however, you should not enable this unless you understand
# how it interacts with the GDPR and/or any data privacy laws that apply
# in your country and the countries of your users.
enabled: true
enabled: false
# how many channel-specific events (messages, joins, parts) should be tracked per channel?
channel-length: 256