app-server: Emit thread/name/updated event globally (#13674)

This commit is contained in:
Ruslan Nigmatullin
2026-03-06 10:25:18 -08:00
committed by GitHub
parent 3449e00bc9
commit 51fcdc760d
6 changed files with 232 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ mod thread_fork;
mod thread_list;
mod thread_loaded_list;
mod thread_metadata_update;
mod thread_name_websocket;
mod thread_read;
mod thread_resume;
mod thread_rollback;