Skip to content

Commit

Permalink
Add ListView
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Jan 15, 2024
1 parent 39bbcda commit 9b6c645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FishyFlip/Models/ListView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public record ListViewRecord(ListView[] Lists, string? Cursor);

public record ListItemView(ATUri Uri, ActorProfile Subject);

public record ListItemViewRecord(ListItemView[] Items, string? Cursor);
public record ListItemViewRecord(ListItemView[] Items, ListView List, string? Cursor);

0 comments on commit 9b6c645

Please sign in to comment.