mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-27 03:52:29 +02:00
91af4324de
DeviceManager hands device identity (name/pubkey/self_info/device_info) to the observer after connect and feeds every RX_LOG_DATA packet into handle_raw_packet() before the GRP_TXT echo gate, wrapped in its own try/except so observer failures can never affect chat. create_app() builds the ObserverManager and links it with the DeviceManager. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>