We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentee6618e commit569711fCopy full SHA for 569711f
pkg/github/tools.go
@@ -81,14 +81,10 @@ func InitToolsets(passedToolsets []string, readOnly bool, getClient GetClientFn,
81
82
notifications:=toolsets.NewToolset("notifications","GitHub Notifications related tools").
83
AddReadTools(
84
-
85
-toolsets.NewServerTool(MarkNotificationRead(getClient,t)),
86
-toolsets.NewServerTool(MarkAllNotificationsRead(getClient,t)),
87
-toolsets.NewServerTool(MarkNotificationDone(getClient,t)),
+toolsets.NewServerTool(GetNotifications(getClient,t)),
88
).
89
AddWriteTools(
90
-toolsets.NewServerTool(GetNotifications(getClient,t)),
91
-toolsets.NewServerTool(GetNotificationThread(getClient,t)),
+toolsets.NewServerTool(ManageNotifications(getClient,t)),
92
)
93
94
// Keep experiments alive so the system doesn't error out when it's always enabled