Skip to content

Commit

Permalink
Re-run member migration to stable member using reduced size format V2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Dec 4, 2024
1 parent 5409085 commit 13d5848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/canisters/community/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Check bot + user permissions when issuing JWT ([#6970](https://github.com/open-chat-labs/open-chat/pull/6970))
- Reduce size of search index when serialized ([#6973](https://github.com/open-chat-labs/open-chat/pull/6973))
- Copy members from stable memory when importing group into community ([#6976](https://github.com/open-chat-labs/open-chat/pull/6976))
- Re-run member migration to stable member using reduced size format V2 ([#6977](https://github.com/open-chat-labs/open-chat/pull/6977))

### Removed

Expand Down
2 changes: 1 addition & 1 deletion backend/canisters/community/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ struct Data {
user_event_sync_queue: GroupedTimerJobQueue<UserEventBatch>,
#[serde(default)]
stable_memory_keys_to_garbage_collect: Vec<KeyPrefix>,
#[serde(default)]
#[serde(skip_deserializing)]
members_migrated_to_stable_memory: bool,
#[serde(default)]
bot_permissions: BTreeMap<UserId, SlashCommandPermissions>,
Expand Down

0 comments on commit 13d5848

Please sign in to comment.