aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/User.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-08 15:35:36 +0800
committercrupest <crupest@outlook.com>2020-08-08 15:35:36 +0800
commit976f1d9d7062aaedca52cdd6398576b717b5f58f (patch)
tree8847b5500a529b6b62e11fb0a3db742be9c0210e /Timeline/Models/User.cs
parent5a0a27a047f7f59af1cab4ac2f25e684f58b3447 (diff)
downloadtimeline-976f1d9d7062aaedca52cdd6398576b717b5f58f.tar.gz
timeline-976f1d9d7062aaedca52cdd6398576b717b5f58f.tar.bz2
timeline-976f1d9d7062aaedca52cdd6398576b717b5f58f.zip
Add user unique id.
Diffstat (limited to 'Timeline/Models/User.cs')
-rw-r--r--Timeline/Models/User.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Models/User.cs b/Timeline/Models/User.cs
index 37777eba..fa780efd 100644
--- a/Timeline/Models/User.cs
+++ b/Timeline/Models/User.cs
@@ -2,6 +2,7 @@
{
public class User
{
+ public string? UniqueId { get; set; }
public string? Username { get; set; }
public string? Nickname { get; set; }