Compare commits
30 commits
b3796b98ea
...
7b9e50bde2
Author | SHA1 | Date | |
---|---|---|---|
7b9e50bde2 | |||
b0a19fe668 | |||
374271d5a2 | |||
d497e06643 | |||
f486266bb7 | |||
d8a4d15beb | |||
9c2831ae58 | |||
083fd6832e | |||
05ad5a4856 | |||
eacd513459 | |||
a87ea9f7fe | |||
d88518836b | |||
de57d12097 | |||
1039a5296b | |||
cbc9540280 | |||
684c66b112 | |||
234007efd1 | |||
30bea5bdcd | |||
d605ece164 | |||
193f4cc081 | |||
a7acb9662a | |||
1bd6b9c6cb | |||
d7c965319d | |||
9d174f8ef4 | |||
0d176c7aff | |||
0042e65a56 | |||
eb70ce0ccb | |||
47378451b3 | |||
7122a89fb4 | |||
8bb1ead80e |
2 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
}
|
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue