A thread created locally should not set "date" to current time (#828)

pull/1706/head
SessionHero01 4 months ago committed by GitHub
parent 1de1a80155
commit a0a98a4f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -158,7 +158,6 @@ public class ThreadDatabase extends Database {
ContentValues contentValues = new ContentValues(4);
long date = SnodeAPI.getNowWithOffset();
contentValues.put(THREAD_CREATION_DATE, date - date % 1000);
contentValues.put(ADDRESS, address.serialize());
if (group) contentValues.put(DISTRIBUTION_TYPE, distributionType);

Loading…
Cancel
Save