summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-28 12:31:18 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-28 12:31:18 +0300
commit9d172663dda93e682c06fa2a9b55944756db4373 (patch)
treefaca4918dee19a4e6c61a9d8adbcd94d6e050578 /include
parent4d74e0c2d7bde894a891cf1129b29b48f7c07d17 (diff)
fixes #5004 (NewStory: индикация отредактированного сообщения)
Diffstat (limited to 'include')
-rw-r--r--include/m_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h
index 3a1393d2d4..1fc5614a0e 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -208,6 +208,7 @@ struct DBEVENTINFO
bool isBookmark : 1; // event is bookmarked
bool isJson : 1; // event's body is a JSON structure
bool bMsec : 1; // event's timestamp is in milliseconds
+ bool bEdited : 1; // event was edited
};
};