Skip to content
Snippets Groups Projects
Commit 9f359e05 authored by 🥺's avatar 🥺 :transgender_flag:
Browse files

make `resolve_state` public to resolve new forced compressed room state

parent ffdf47d1
No related branches found
No related tags found
1 merge request!419Mixed stuff
......@@ -671,7 +671,7 @@ pub async fn upgrade_outlier_to_timeline_pdu(
Ok(pdu_id)
}
async fn resolve_state(
pub async fn resolve_state(
&self, room_id: &RoomId, room_version_id: &RoomVersionId, incoming_state: HashMap<u64, Arc<EventId>>,
) -> Result<Arc<HashSet<CompressedStateEvent>>> {
debug!("Loading current room state ids");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment