wip
This commit is contained in:
parent
f697761b5f
commit
11c3640c7f
|
@ -10,10 +10,10 @@ import (
|
|||
"github.com/golang/protobuf/proto"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/status-im/status-go/v3/protocol/common"
|
||||
"github.com/status-im/status-go/v3/protocol/protobuf"
|
||||
"github.com/status-im/status-go/v3/protocol/transport"
|
||||
v1protocol "github.com/status-im/status-go/v3/protocol/v1"
|
||||
"github.com/status-im/status-go/protocol/common"
|
||||
"github.com/status-im/status-go/protocol/protobuf"
|
||||
"github.com/status-im/status-go/protocol/transport"
|
||||
v1protocol "github.com/status-im/status-go/protocol/v1"
|
||||
)
|
||||
|
||||
func (m *Messenger) dispatchToHandler(messageState *ReceivedMessageState, protoBytes []byte, msg *v1protocol.StatusMessage, filter transport.Filter, fromArchive bool) error {
|
||||
|
|
Loading…
Reference in New Issue