From decc2fbf5db4a05aec93462ad35d890930bddd04 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 28 May 2022 11:12:00 -0700 Subject: Implement Make Alias transaction --- hotline/access.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/access.go') 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 -- cgit