[backend/masto-client] Fix compatibility with latest masto-fe-standalone
This commit is contained in:
parent
2a92283395
commit
9679001a2b
1 changed files with 4 additions and 4 deletions
|
@ -7,5 +7,5 @@ public class TagEntity
|
|||
[J("name")] public required string Name { get; set; }
|
||||
[J("url")] public required string Url { get; set; }
|
||||
[J("following")] public required bool Following { get; set; }
|
||||
[J("history")] public object? History => null;
|
||||
[J("history")] public object History => new();
|
||||
}
|
Loading…
Add table
Reference in a new issue