Added policy messages for WS. Fixed DB changes via stores. Updated chat voices messages via WS to use stores.
This commit is contained in:
@ -2,7 +2,7 @@ namespace HermesSocketServer.Models
|
||||
{
|
||||
public class ChatterVoice
|
||||
{
|
||||
public string ChatterId { get; set; }
|
||||
public long ChatterId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string VoiceId { get; set; }
|
||||
}
|
||||
|
@ -1,12 +0,0 @@
|
||||
namespace HermesSocketServer.Store
|
||||
{
|
||||
public class Policy
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string GroupId { get; set; }
|
||||
public string Path { get; set; }
|
||||
public int Usage { get; set; }
|
||||
public TimeSpan Span { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user