[Add] Notification handling

This commit is contained in:
Alex-Emmet 2026-02-08 20:13:50 +01:00
commit 66c099f5ff
4 changed files with 10 additions and 2 deletions

View file

@ -361,6 +361,8 @@ impl ClientConnection {
}
if cv.is_type(CommunicationType::change_user_data)
|| cv.is_type(CommunicationType::read_notification)
|| cv.is_type(CommunicationType::get_notifications)
|| cv.is_type(CommunicationType::get_user_data)
|| cv.is_type(CommunicationType::get_iota_data)
|| cv.is_type(CommunicationType::delete_user)