From 035d2e3858dd55580c294031573c3be9e1999449 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 3 Oct 2023 02:20:13 +1100 Subject: AclDialog --- HBObject.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'HBObject.cs') diff --git a/HBObject.cs b/HBObject.cs index 00ddfad..df60ed0 100644 --- a/HBObject.cs +++ b/HBObject.cs @@ -4,6 +4,7 @@ using System.ComponentModel.DataAnnotations.Schema; namespace HyperBooru; +[AclType(typeof(ObjectPermissions))] [Index(nameof(Guid))] public class HBObject { [Key] -- cgit v1.3