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

Commit b78b8e8

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent aa89426 commit b78b8e8

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

codegenerator/model/model-data.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9608,11 +9608,8 @@ Entry 2 =
96089608
Entry Query = '[]'
96099609
Entry Name = 'irc'
96109610
Entry Stability = 'experimental'
9611-
Entry Scopes = 'All of:
9612-
* If channelRequest:
9613-
notify:irc-channel:<channel>
9614-
* If userRequest:
9615-
notify:irc-user:<user>'
9611+
Entry Scopes = 'If channelRequest:
9612+
notify:irc-channel:<channel>'
96169613
Entry Input = 'http://schemas.taskcluster.net/notify/v1/irc-request.json'
96179614
Entry Output = ''
96189615
Entry Title = 'Post IRC Message'

src/main/java/org/mozilla/taskcluster/client/notify/Notify.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,8 @@ public CallSummary<PostPulseMessageRequest, EmptyPayload> pulse(PostPulseMessage
8686
* in mind that IRC is a best-effort service.
8787
8888
* Required scopes:
89-
* All of:
90-
* * If channelRequest:
91-
* notify:irc-channel:<channel>
92-
* * If userRequest:
93-
* notify:irc-user:<user>
89+
* If channelRequest:
90+
* notify:irc-channel:<channel>
9491
*
9592
* @see "[Post IRC Message API Documentation](https://docs.taskcluster.net/reference/core/notify/api-docs#irc)"
9693
*/

0 commit comments

Comments
 (0)