@page "/User" @using Iceshrimp.Backend.Components.PublicPreview.Attributes @attribute [Route("/@{Acct}")] @attribute [PublicPreviewRouteFilter] @inherits AsyncComponentBase @if (_user is null) { Context.Response.StatusCode = 404;
This user doesn't appear to exist on this server