We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afd241 commit 096eb53Copy full SHA for 096eb53
catalyst_voices/packages/internal/catalyst_voices_models/lib/src/proposal/data/proposal_brief_data.dart
@@ -55,9 +55,7 @@ final class ProposalBriefData extends Equatable {
55
.map((e) => ProposalBriefDataVersion(ref: id.copyWith(ver: Optional(e))))
56
.toList();
57
58
- // TODO(damian-molinski): Try getting collaborators from previous version.
59
- // Proposal Brief do not support "removed" or "left" status as it would require
60
- // getting collaborators list from previous version and compare diff.
+ // Proposal Brief do not support "removed" or "left" status.
61
final collaborators = data.proposal.metadata.collaborators?.map(
62
(id) {
63
final action = collaboratorsActions[id.toSignificant()]?.action;
0 commit comments