diff options
| author | r <r@freesoftwareextremist.com> | 2020-02-02 08:30:40 +0000 |
|---|---|---|
| committer | r <r@freesoftwareextremist.com> | 2020-02-02 08:30:40 +0000 |
| commit | 5d58269132a27373ef8932ddcbbbf8b8637fa380 (patch) | |
| tree | d1bb7dc2dc72a9fb4486d4214a570b3278133b48 /model | |
| parent | 4d9e0af373b3a92d04498070c6fc8f6c197fc9c0 (diff) | |
| download | bloat-5d58269132a27373ef8932ddcbbbf8b8637fa380.tar.gz bloat-5d58269132a27373ef8932ddcbbbf8b8637fa380.zip | |
Add status deletion
Diffstat (limited to 'model')
| -rw-r--r-- | model/session.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model/session.go b/model/session.go index 10fca6f..c18225c 100644 --- a/model/session.go +++ b/model/session.go @@ -10,6 +10,7 @@ var ( type Session struct { ID string `json:"id"` + UserID string `json:"user_id"` InstanceDomain string `json:"instance_domain"` AccessToken string `json:"access_token"` CSRFToken string `json:"csrf_token"` |
