Skip to content

Commit

Permalink
feat: update identity handler to pass the matrixID
Browse files Browse the repository at this point in the history
  • Loading branch information
oykmnk committed Sep 5, 2019
1 parent 181dd40 commit 41968fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (h *Handler) HandleIncomingMessage(topic string, msg pubsub.Message, handle
Flag: api.FlagIdentityResponse,
},
Multiaddress: h.multiaddress,
MatrixID: "",
MatrixID: h.matrixID,
}
sendData, err := json.Marshal(respond)
if err != nil {
Expand Down

0 comments on commit 41968fd

Please sign in to comment.