Closed andybalaam closed 9 months ago
For Store::export_room_keys_stream.
Code updated to accommodate the move of export_room_keys into Store, and the rename of OlmMachine::invalidate_group_session to OlmMachine::discard_room_key.
export_room_keys
Store
OlmMachine::invalidate_group_session
OlmMachine::discard_room_key
(Also update the general dependencies.)
For Store::export_room_keys_stream.
Code updated to accommodate the move of
export_room_keys
intoStore
, and the rename ofOlmMachine::invalidate_group_session
toOlmMachine::discard_room_key
.(Also update the general dependencies.)