We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c209621 commit 999b0dfCopy full SHA for 999b0df
flutter/lib/models/ab_model.dart
@@ -1168,7 +1168,7 @@ class LegacyAb extends BaseAb {
1168
1169
Map<String, dynamic> _serialize() {
1170
final peersJsonData =
1171
- peers.map((e) => e.toCustomJson(includingHash: true)).toList();
+ peers.map((e) => e.toCustomJson(includingHash: false)).toList();
1172
for (var e in tags) {
1173
if (tagColors[e] == null) {
1174
tagColors[e] = str2color2(e, existing: tagColors.values.toList()).value;
0 commit comments