make resolve_state
public to resolve new forced compressed room state
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
ffdf47d1ea
commit
9f359e0550
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue