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. 6
      types.go

6
types.go

@ -10,7 +10,7 @@ type botReply struct { @@ -10,7 +10,7 @@ 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"`
CustomURL string `json:"custom_url,omitempty"`
ConvID string `json:"converation_id,omitempty"`
//NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
CustomURL string `json:"custom_url,omitempty"`
}

Loading…
Cancel
Save