mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
add activity log feature
This commit is contained in:
@@ -16,10 +16,6 @@ namespace MediaBrowser.Controller.Notifications
|
||||
/// </summary>
|
||||
event EventHandler<NotificationUpdateEventArgs> NotificationAdded;
|
||||
/// <summary>
|
||||
/// Occurs when [notification updated].
|
||||
/// </summary>
|
||||
event EventHandler<NotificationUpdateEventArgs> NotificationUpdated;
|
||||
/// <summary>
|
||||
/// Occurs when [notifications marked read].
|
||||
/// </summary>
|
||||
event EventHandler<NotificationReadEventArgs> NotificationsMarkedRead;
|
||||
@@ -37,14 +33,6 @@ namespace MediaBrowser.Controller.Notifications
|
||||
/// <returns>NotificationResult.</returns>
|
||||
NotificationResult GetNotifications(NotificationQuery query);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the notification.
|
||||
/// </summary>
|
||||
/// <param name="id">The id.</param>
|
||||
/// <param name="userId">The user id.</param>
|
||||
/// <returns>Notification.</returns>
|
||||
Notification GetNotification(string id, string userId);
|
||||
|
||||
/// <summary>
|
||||
/// Adds the notification.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user