aboutsummaryrefslogtreecommitdiff
path: root/hotline/access.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-28 11:12:00 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2022-05-28 11:12:00 -0700
commitdecc2fbf5db4a05aec93462ad35d890930bddd04 (patch)
tree28b15b1cb67eb298657c918faf1a3324bf6da424 /hotline/access.go
parent7f12122f861fab4f4d0e3972ca0e66ff8becae19 (diff)
Implement Make Alias transaction
Diffstat (limited to 'hotline/access.go')
-rw-r--r--hotline/access.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/access.go b/hotline/access.go
index e2076ad..1cdbeed 100644
--- a/hotline/access.go
+++ b/hotline/access.go
@@ -40,7 +40,7 @@ const (
//accessSetFileComment = 28
//accessSetFolderComment = 29
//accessViewDropBoxes = 30
- //accessMakeAlias = 31
+ accessMakeAlias = 31
accessBroadcast = 32
accessNewsDeleteArt = 33
accessNewsCreateCat = 34