diff --git a/Iceshrimp.Backend/Core/Database/Tables/User.cs b/Iceshrimp.Backend/Core/Database/Tables/User.cs index 6ced38c7..33d23680 100644 --- a/Iceshrimp.Backend/Core/Database/Tables/User.cs +++ b/Iceshrimp.Backend/Core/Database/Tables/User.cs @@ -1,7 +1,6 @@ using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using EntityFrameworkCore.Projectables; -using Iceshrimp.Backend.Controllers.Pleroma.Schemas.Entities; using Iceshrimp.Backend.Core.Configuration; using Iceshrimp.Backend.Core.Helpers; using Iceshrimp.Shared.Helpers; @@ -628,7 +627,6 @@ public class User : IIdentifiable : throw new Exception("Cannot access PublicUrl for remote user"); [Projectable] public string PublicUrlPath => $"/@{Username}"; - public PleromaUserExtensions? Pleroma { get; set; } public string GetIdenticonUrl(string webDomain) => $"https://{webDomain}{IdenticonUrlPath}";