aboutsummaryrefslogtreecommitdiff
path: root/hotline/access.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-29 10:03:19 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-29 10:03:19 -0700
commit7e2e07da8cc7985e773e619410801c6dd84afe8b (patch)
treef3bedfce2ffaf9a5d309d10f25a17017e2c3522c /hotline/access.go
parent003a743e6767b3041c3a8321566c3586d73b399a (diff)
Implement handling of special case Dropbox and Upload folders
Diffstat (limited to 'hotline/access.go')
-rw-r--r--hotline/access.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hotline/access.go b/hotline/access.go
index 8d6dd63..69bf53e 100644
--- a/hotline/access.go
+++ b/hotline/access.go
@@ -34,12 +34,12 @@ const (
accessDisconUser = 22 // Toggles red user name in user list
accessCannotBeDiscon = 23
accessGetClientInfo = 24
- // accessUploadAnywhere = 25
+ accessUploadAnywhere = 25
// accessAnyName = 26
// accessNoAgreement = 27
// accessSetFileComment = 28
// accessSetFolderComment = 29
- // accessViewDropBoxes = 30
+ accessViewDropBoxes = 30
accessMakeAlias = 31
accessBroadcast = 32
accessNewsDeleteArt = 33