huskies: merge 1163 story Replace perm_rx lock-as-presence-signal with a permission router
This commit is contained in:
@@ -299,7 +299,7 @@ pub async fn run_bot(
|
||||
let bot_sent_event_ids: Arc<TokioMutex<HashSet<matrix_sdk::ruma::OwnedEventId>>> =
|
||||
Arc::new(TokioMutex::new(HashSet::new()));
|
||||
|
||||
// Spawn the permission listener: holds `perm_rx` for the bot's lifetime
|
||||
// Spawn the permission listener: registers as a responder for the bot's lifetime
|
||||
// and forwards permission requests to the first configured room. Story
|
||||
// 884 — replaces the per-message lock acquire previously done in
|
||||
// handle_message.rs, so spawned coders' bash calls reach chat even when
|
||||
|
||||
Reference in New Issue
Block a user