Skip to content

Commit 3d84404

Browse files
committed
chris squash: leave comment about MutedUserItem.timestamp
So it doesn't look like we just forgot about this field.
1 parent 2984999 commit 3d84404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/api/model/model.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ class CustomProfileFieldExternalAccountData {
118118
class MutedUserItem {
119119
final int id;
120120

121+
// Mobile doesn't use the timestamp; ignore.
122+
// final int timestamp;
123+
121124
const MutedUserItem({required this.id});
122125

123126
factory MutedUserItem.fromJson(Map<String, dynamic> json) =>

0 commit comments

Comments
 (0)