Skip to content

Commit

Permalink
Fix panic when speaking to Help Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkorin committed Feb 14, 2019
1 parent 53ca4b0 commit d6b3b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (s *Space) SendMessage(msg string) error {
Verb string `json:"verb"`
}{
ClientTempId: uuid.Must(uuid.NewV4()).String(),
EncryptionKeyUrl: s.EncryptionKey.KeyID,
EncryptionKeyUrl: s.DefaultActivityEncryptionKey.KeyID,
ObjectType: "activity",
Verb: "post",
}
Expand Down

0 comments on commit d6b3b10

Please sign in to comment.