Compare commits

..

2 commits

Author SHA1 Message Date
b3796b98ea
awesome again
Some checks are pending
/ test-build-and-push (push) Waiting to run
2025-04-11 18:37:11 -04:00
65d529a99b
awesome 2 2025-04-11 18:37:02 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ public class PleromaOauthTokenEntity
{
[J("id")] public required string Id { get; set; }
[J("valid_until")] public required DateTime ValidUntil { get; set; }
[J("app_name")] public required string? AppName { get; set; }
[J("app_name")] public required string? AppName { get; set; }
}

View file

@ -626,7 +626,7 @@ public class User : IIdentifiable
? $"https://{webDomain}{PublicUrlPath}"
: throw new Exception("Cannot access PublicUrl for remote user");
[Projectable] public string PublicUrlPath => $"/@{Username}";
[Projectable] public string PublicUrlPath => $"/@{Username}";
public string GetIdenticonUrl(string webDomain) => $"https://{webDomain}{IdenticonUrlPath}";