Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbb72631 authored by Wei Huang's avatar Wei Huang
Browse files

add new column "real_date" for IM messages table.

Change-Id: I5c4b3da0843ff0205c2aff5f89639aba47a84e3b
parent 6a07f9fb
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -896,11 +896,20 @@ public class Im {
        String BODY = "body";

        /**
         * The date this message is sent or received
         * The date this message is sent or received. This represents the display date for
         * the message.
         * <P>Type: INTEGER</P>
         */
        String DATE = "date";

        /**
         * The real date for this message. While 'date' can be modified by the client
         * to account for server time skew, the real_date is the original timestamp set
         * by the server for incoming messages.
         * <P>Type: INTEGER</P>
         */
        String REAL_DATE = "real_date";

        /**
         * Message Type, see {@link MessageType}
         * <P>Type: INTEGER</P>