From 1bd6b9c6cb5a13c95505f969cdf08cdbacf21e50 Mon Sep 17 00:00:00 2001 From: notfire Date: Sun, 30 Mar 2025 18:43:12 -0400 Subject: [PATCH] ok --- Iceshrimp.Backend/Core/Database/Tables/User.cs | 2 -- 1 file changed, 2 deletions(-) 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}";