mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
Don't send IPs and usernames until I know how to delete them
This commit is contained in:
parent
c0500457a6
commit
b236c34c94
2 changed files with 10 additions and 5 deletions
|
@ -113,7 +113,10 @@ type ConnectionReport struct {
|
|||
DisconnectCode int
|
||||
DisconnectReason string
|
||||
|
||||
RemoteAddr net.Addr
|
||||
UsernameWasValidated bool
|
||||
|
||||
RemoteAddr net.Addr `json:"-"` // not transmitted until I can figure out data minimization
|
||||
TwitchUsername string `json:"-"` // also not transmitted
|
||||
}
|
||||
|
||||
// FillReport sets all the calculated fields, and calls esReportBasic.FillReport().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue