Whoops, this isn't actually true

This commit is contained in:
Dane Everitt 2019-09-24 21:25:35 -07:00
parent 8b8a131b7d
commit 6930ae816d
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -35,11 +35,6 @@ type WebsocketMessage struct {
// should either omit the field or pass an empty value as it is ignored. // should either omit the field or pass an empty value as it is ignored.
Args []string `json:"args,omitempty"` Args []string `json:"args,omitempty"`
// The authentication JWT passed along with every call to the websocket that
// should be used to validate the user's authenticity and ability to perform
// whatever action they're doing.
Token string `json:"token,omitempty"`
// Is set to true when the request is originating from outside of the Daemon, // Is set to true when the request is originating from outside of the Daemon,
// otherwise set to false for outbound. // otherwise set to false for outbound.
inbound bool inbound bool