mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00: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