Skip to content

Commit

Permalink
Retry sending proposal messages which original failed (#4663)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Oct 27, 2023
1 parent f9c0675 commit 9f7e540
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/canisters/proposals_bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

### Changed

- Retry sending proposal messages which original failed ([#4663](https://github.com/open-chat-labs/open-chat/pull/4663))

## [[2.0.911](https://github.com/open-chat-labs/open-chat/releases/tag/v2.0.911-proposals_bot)] - 2023-10-27

### Added

- Add `permissions_v2` when creating group ([#4620](https://github.com/open-chat-labs/open-chat/pull/4620))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ pub struct NervousSystem {
latest_failed_proposals_update: Option<TimestampMillis>,
proposals_to_be_pushed: ProposalsToBePushed,
proposals_to_be_updated: ProposalsToBeUpdated,
#[serde(skip_deserializing)]
active_proposals: BTreeMap<ProposalId, (Proposal, MessageId)>,
neuron_id_for_submitting_proposals: Option<SnsNeuronId>,
sync_in_progress: bool,
Expand Down

0 comments on commit 9f7e540

Please sign in to comment.