Merge branch 'addbantoshared' into 'master'
Adding banned to runninginstance See merge request khanzf/fedilogue!19
This commit is contained in:
commit
05164eb14e
@ -56,6 +56,7 @@ type RunningInstance struct {
|
|||||||
Status int `json:"status"`
|
Status int `json:"status"`
|
||||||
LastRun string `json:"lastrun"`
|
LastRun string `json:"lastrun"`
|
||||||
CaptureType string `json:"capturetype"`
|
CaptureType string `json:"capturetype"`
|
||||||
|
banned bool
|
||||||
client http.Client
|
client http.Client
|
||||||
client_id string
|
client_id string
|
||||||
client_secret string
|
client_secret string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user