summaryrefslogtreecommitdiff
path: root/Juick/Api/Message.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Api/Message.cs')
-rw-r--r--Juick/Api/Message.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/Api/Message.cs b/Juick/Api/Message.cs
index 07cc874..e5b5611 100644
--- a/Juick/Api/Message.cs
+++ b/Juick/Api/Message.cs
@@ -20,7 +20,7 @@ namespace Juick.Api
public int Rid { get; set; }
public string Body { get; set; }
public User User { get; set; }
- public DateTime Timestamp { get; set; }
+ public string Timestamp { get; set; }
public int Replies { get; set; }
public List<string> Tags { get; set; }
public Photo Photo { get; set; }