mirror of https://github.com/voidlizard/hbs2
collect own messages in rechannotify log
This commit is contained in:
parent
d65216cc76
commit
2ef2bb493c
|
@ -913,8 +913,7 @@ refChanNotifyProto self adapter msg@(Notify rchan box) = do
|
|||
debug $ "^^^ CALL refChanNotifyRely" <+> pretty h0
|
||||
lift $ refChanNotifyRely adapter rchan msg
|
||||
|
||||
debug $ "FUCKING EMIT RefChanNotifyEventKey" <+> pretty (AsBase58 rchan)
|
||||
lift $ emit @e (RefChanNotifyEventKey rchan) (RefChanNotifyEvent (HashRef h0) msg)
|
||||
lift $ emit @e (RefChanNotifyEventKey rchan) (RefChanNotifyEvent (HashRef h0) msg)
|
||||
|
||||
where
|
||||
proto = Proxy @(RefChanNotify e)
|
||||
|
|
Loading…
Reference in New Issue