✨ Marking views
This commit is contained in:
10
DysonNetwork.Sphere/Post/PostViewInfo.cs
Normal file
10
DysonNetwork.Sphere/Post/PostViewInfo.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using NodaTime;
|
||||
|
||||
namespace DysonNetwork.Sphere.Post;
|
||||
|
||||
public class PostViewInfo
|
||||
{
|
||||
public Guid PostId { get; set; }
|
||||
public string? ViewerId { get; set; }
|
||||
public Instant ViewedAt { get; set; }
|
||||
}
|
Reference in New Issue
Block a user