Skip to content
This repository was archived by the owner on Aug 8, 2021. It is now read-only.

Commit 3960dec

Browse files
author
yellowsink
committed
omitempty is not useful here
1 parent fe64aee commit 3960dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ type MessageAllowedMentions struct {
249249
Users []string `json:"users,omitempty"`
250250

251251
// Allows disabling of mentioning the reply author
252-
RepliedUser bool `json:"replied_user,omitempty"`
252+
RepliedUser bool `json:"replied_user"`
253253
}
254254

255255
// A MessageAttachment stores data for message attachments.

0 commit comments

Comments
 (0)