Show awarded score

This commit is contained in:
2025-09-08 23:55:50 +08:00
parent 6c847ee1e1
commit c7f417234e
4 changed files with 51 additions and 18 deletions

View File

@@ -28,6 +28,7 @@ sealed class SnPost with _$SnPost {
@Default(0) int upvotes,
@Default(0) int downvotes,
@Default(0) int repliesCount,
@Default(0) int awardedScore,
int? pinMode,
String? threadedPostId,
SnPost? threadedPost,