mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +00:00
Move INotificationsClient to under IActivitiesClient
per #1015. Top level client obsoleted.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Octokit.Reactive
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
_connection = client.Connection;
|
||||
_notificationsClient = client.Notification;
|
||||
_notificationsClient = client.Activity.Notifications;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user