launcher icon indicating copy to clipboard operation
launcher copied to clipboard

added console user info to request id

Open James-Pickett opened this issue 2 years ago • 0 comments

Adds ConsoleUsers field to local server request-id

{
  "RequestId": "",
  "UUID": "",
  "InstanceId": "",
  "HardwareSerial": "",
  "Nonce": "01G0FREE0PIZZA0FEGAC5HS88J",
  "Timestamp": "1922-10-04T12:44:58.545871-07:00",
  "ConsoleUsers": [
    {
      "Uid": "501",
      "Gid": "20",
      "Username": "dohnjoe",
      "Name": "Dohn Joe",
      "HomeDir": "/Users/dohnjoe"
    }
  ]
}
  • when ever desktop ipc PR is mereged, it will begin using consleuser pkg to get console user(s)

TODO: windows & linux

James-Pickett avatar Oct 04 '22 20:10 James-Pickett