mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-27 00:15:26 -04:00
updates
This commit is contained in:
parent
30d78513a8
commit
d39c9343b7
8 changed files with 35 additions and 41 deletions
|
@ -123,11 +123,11 @@ class Processor {
|
|||
} else if (update is VeilidUpdateNetwork) {
|
||||
await processUpdateNetwork(update);
|
||||
} else if (update is VeilidAppMessage) {
|
||||
log.info("AppMessage: ${update.json}");
|
||||
log.info("AppMessage: ${update.toJson()}");
|
||||
} else if (update is VeilidAppCall) {
|
||||
log.info("AppCall: ${update.json}");
|
||||
log.info("AppCall: ${update.toJson()}");
|
||||
} else {
|
||||
log.trace("Update: ${update.json}");
|
||||
log.trace("Update: ${update.toJson()}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue