make resolve_state public to resolve new forced compressed room state

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-30 23:37:34 -04:00
parent ffdf47d1ea
commit 9f359e0550

View file

@ -671,7 +671,7 @@ impl Service {
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");