aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-07-05 20:10:14 +0200
committertomsmeding <tom.smeding@gmail.com>2017-07-05 20:10:14 +0200
commit7c30c3f9c9312500bbb86a98f81ce15982b6907a (patch)
tree71568b921176263b6ec209bc177bbc748d6720f5 /db.h
parent2738029aa23666674cc1310ac467027d952ada68 (diff)
server: INCOMPATIBLE: send message id's in history log
Diffstat (limited to 'db.h')
-rw-r--r--db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/db.h b/db.h
index c8b73f1..6bc2b62 100644
--- a/db.h
+++ b/db.h
@@ -14,6 +14,7 @@ struct db_room_list{
};
struct db_message{
+ i64 msgid;
i64 roomid,userid,timestamp;
char *message;
};