Skip to content

Commit

Permalink
Merge pull request #1069 from jreinstra/patch-1
Browse files Browse the repository at this point in the history
Add `Permalink` to Msg struct
  • Loading branch information
kanata2 committed Jun 14, 2022
2 parents 9fd6da5 + 1035b22 commit 1119d2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions messages.go
Expand Up @@ -131,6 +131,8 @@ type Msg struct {

// Block type Message
Blocks Blocks `json:"blocks,omitempty"`
// permalink
Permalink string `json:"permalink,omitempty"`
}

const (
Expand Down

0 comments on commit 1119d2a

Please sign in to comment.