[Add] Notification handling
This commit is contained in:
parent
7f7b8a5cdd
commit
66c099f5ff
4 changed files with 10 additions and 2 deletions
|
|
@ -32,7 +32,6 @@ use x448::PublicKey;
|
|||
|
||||
use super::{rho_connection::RhoConnection, rho_manager};
|
||||
use crate::{
|
||||
// calls::call_manager::CallManager,
|
||||
data::communication::{CommunicationType, CommunicationValue, DataTypes},
|
||||
omega::omega_connection::OmegaConnection,
|
||||
};
|
||||
|
|
@ -434,6 +433,7 @@ impl IotaConnection {
|
|||
}
|
||||
|
||||
if cv.is_type(CommunicationType::change_iota_data)
|
||||
|| cv.is_type(CommunicationType::push_notification)
|
||||
|| cv.is_type(CommunicationType::get_user_data)
|
||||
|| cv.is_type(CommunicationType::get_iota_data)
|
||||
|| cv.is_type(CommunicationType::get_register)
|
||||
|
|
|
|||
Loading…
Reference in a new issue