Skip to content

Commit

Permalink
Add alias to fix upgrade (#6919)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Nov 28, 2024
1 parent e871f8d commit e926f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/libraries/chat_events/src/chat_events_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use types::{

#[derive(Serialize, Deserialize)]
pub struct ChatEventsList {
#[serde(alias = "stable_events_map")]
events_map: HybridMap<ChatEventsStableStorage>,
message_id_map: HashMap<MessageId, EventIndex>,
message_event_indexes: Vec<EventIndex>,
Expand Down

0 comments on commit e926f66

Please sign in to comment.