added callback with 'deleted' objects
This commit is contained in:
parent
16e90c53ac
commit
e41d08d843
1 changed files with 4 additions and 0 deletions
|
|
@ -336,6 +336,10 @@ namespace graphene { namespace app {
|
|||
{
|
||||
_subscriptions[id](obj->to_variant());
|
||||
}
|
||||
else
|
||||
{
|
||||
_subscriptions[id](fc::variant(id));
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue