[Add] Notification handling
This commit is contained in:
parent
7f7b8a5cdd
commit
66c099f5ff
4 changed files with 10 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue