From 739f32272ff4079b5638d6293a28ed8ffbbb926e Mon Sep 17 00:00:00 2001 From: Debanshu Kundu Date: Thu, 12 Jan 2017 21:17:29 +0530 Subject: PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923) --- model/post.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/post.go b/model/post.go index 7097e031d..766324b4c 100644 --- a/model/post.go +++ b/model/post.go @@ -31,6 +31,7 @@ type Post struct { Id string `json:"id"` CreateAt int64 `json:"create_at"` UpdateAt int64 `json:"update_at"` + EditAt int64 `json:"edit_at"` DeleteAt int64 `json:"delete_at"` UserId string `json:"user_id"` ChannelId string `json:"channel_id"` -- cgit v1.2.3-1-g7c22