mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
enabled send and added send sync notifications (#1106)
This commit is contained in:
@ -39,4 +39,11 @@ namespace Bit.Core.Models
|
||||
public Guid UserId { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
}
|
||||
|
||||
public class SyncSendPushNotification
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user