From bedcb6b176130fc2c6bd4657c8af4d407b64c970 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 28 Sep 2023 03:14:35 +1000 Subject: Updated DB schema and configured ACLs to use SIDs --- Pages/Component/TagSelectDialog.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pages/Component') diff --git a/Pages/Component/TagSelectDialog.razor b/Pages/Component/TagSelectDialog.razor index 7be5c43..fadebfa 100644 --- a/Pages/Component/TagSelectDialog.razor +++ b/Pages/Component/TagSelectDialog.razor @@ -82,7 +82,7 @@ int[] nsfwTags = Array.Empty(); if(!userService.ShowNsfw) - nsfwTags = tagService.TagsThatImply(HBContext.NsfwTag) + nsfwTags = tagService.TagsThatImply(HBObjectGuid.NsfwTag) .Select(td => td.ObjectId) .ToArray(); -- cgit v1.3