diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-25 21:10:55 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-25 21:10:55 -0700 |
| commit | 688c86d220b0d2eef1f2a3ef0a389261dc48be93 (patch) | |
| tree | ba99952597be980098ac49004920046cd2701d4a /hotline/field.go | |
| parent | 264b7c27c7a46e2d0eb699812c8e38cf771fcf00 (diff) | |
Implement Don't Show Agreement permission
Diffstat (limited to 'hotline/field.go')
| -rw-r--r-- | hotline/field.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hotline/field.go b/hotline/field.go index aef790d..c9db3d9 100644 --- a/hotline/field.go +++ b/hotline/field.go @@ -24,6 +24,7 @@ const fieldChatID = 114 const fieldChatSubject = 115 const fieldWaitingCount = 116 const fieldBannerType = 152 +const fieldNoServerAgreement = 152 const fieldVersion = 160 const fieldCommunityBannerID = 161 const fieldServerName = 162 |