New API uses HOST_EXTENSION, old one used an empty object {} to mark the receiver as the host extension.
We should support the old API and try to mark it as deprecated with a hint to use HOST_EXTENSION instead.
It turned out that the client project used anytype for messenger. Using the old API {} is not possible in the current version and should be fixed on client side by using HOST_EXTENSION constant.
Following notification will not be redirected:
New API uses
HOST_EXTENSION
, old one used an empty object{}
to mark the receiver as the host extension. We should support the old API and try to mark it as deprecated with a hint to useHOST_EXTENSION
instead.