mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
Allow opt-out of user tracking
This commit is contained in:
parent
814f25ad53
commit
613d13652f
2 changed files with 22 additions and 5 deletions
|
@ -11,6 +11,8 @@ import (
|
|||
|
||||
const NegativeOne = ^uint64(0)
|
||||
|
||||
var AnonymousClientID = uuid.FromStringOrNil("683b45e4-f853-4c45-bf96-7d799cc93e34")
|
||||
|
||||
type ConfigFile struct {
|
||||
// Numeric server id known to the backend
|
||||
ServerID int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue