From 07728d1048f34e1d048da63684b341ab30bc1d06 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 16 Oct 2023 02:01:27 +1100 Subject: FeedService and AclDialog --- LocalPrincipal.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'LocalPrincipal.cs') diff --git a/LocalPrincipal.cs b/LocalPrincipal.cs index f4b9981..6a12bad 100644 --- a/LocalPrincipal.cs +++ b/LocalPrincipal.cs @@ -18,6 +18,7 @@ public class LocalPrincipal : IPrincipal { // displaying the user's name consistently, but may lead to // unexpected behaviour in future when setting the DisplayName // property if that ever becomes possible. + [NotMapped] public string DisplayName { get => Name; set => Name = value; -- cgit v1.3