Browse Source

removed notofications for now

master
David Haukeness 5 years ago
parent
commit
d6499bb2c2
No known key found for this signature in database
GPG Key ID: 54F2372DDB7F9462
  1. 2
      types.go

2
types.go

@ -11,6 +11,6 @@ type botReply struct { @@ -11,6 +11,6 @@ type botReply struct {
// ConvOptions stores team specific options like custom servers
type ConvOptions struct {
ConvID string `json:"converation_id,omitempty"`
NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
//NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
CustomURL string `json:"custom_url,omitempty"`
}

Loading…
Cancel
Save