feat: auto-accept matrix room invites in hive-matrix-daemon
This commit is contained in:
parent
9209094397
commit
c5b35fb5fa
2 changed files with 58 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ async fn main() -> Result<()> {
|
|||
.await
|
||||
.context("build matrix client")?;
|
||||
|
||||
timeline::install_message_handler(&matrix_client, hyperhive_socket);
|
||||
timeline::install_message_handler(&matrix_client, hyperhive_socket.clone());
|
||||
timeline::install_invite_handler(&matrix_client, hyperhive_socket);
|
||||
|
||||
// Spawn the unix socket server before sync starts so the MCP
|
||||
// bridge can connect as soon as the first claude turn fires. The
|
||||
|
|
|
|||
Loading…
Reference in a new issue