aboutsummaryrefslogtreecommitdiff
path: root/hotline/field.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-06-25 21:12:03 -0700
committerGitHub <noreply@github.com>2022-06-25 21:12:03 -0700
commitda5bdd82beef668f49c2cec09cea85435c0bec34 (patch)
treefd0734aa654e78ee9ddfcbe98998d55208ce1e9f /hotline/field.go
parentcb162e0bcfeb3c3d06e85a82ecbc47e6de951406 (diff)
parent688c86d220b0d2eef1f2a3ef0a389261dc48be93 (diff)
Merge pull request #46 from jhalter/implement_access_no_agreement
Implement Don't Show Agreement permission
Diffstat (limited to 'hotline/field.go')
-rw-r--r--hotline/field.go1
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