Skip to content

Nothing is Fetched when calling repo.listNotifications(); #181

@mohamed-ennahdi

Description

@mohamed-ennahdi

Hello,

I try to fetch notifications of a specific repository, but nothing is retrieved (See code below).

What am I missing ?

GHRepository repo = gh.getUser("blueimp").getRepository("jQuery-File-Upload");
System.out.println("Start");
for (GHThread t : repo.listNotifications().nonBlocking(true)) {
System.out.println(t.getReason());
}
System.out.println("Finish");

Thank you,
Mohamed Ennahdi El Idrissi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions