Skip to content

Commit

Permalink
Fix upgrading Groups which failed previous upgrade (#6860)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Nov 21, 2024
1 parent b73fdbf commit f3c3fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/canisters/group/impl/src/lifecycle/post_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fn post_upgrade(args: Args) {
data.bot_api_gateway_canister_id = CanisterId::from_text("xeg2u-baaaa-aaaaf-bscyq-cai").unwrap()
}

data.chat.events.init_maps();
data.chat.dedupe_at_everyone_mentions();

canister_logger::init_with_logs(data.test_mode, errors, logs, traces);
Expand Down

0 comments on commit f3c3fa2

Please sign in to comment.