small bugfix

This commit is contained in:
NudeDude 2018-07-31 23:24:49 +02:00
parent 89af291659
commit b74a3c5353
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ public class DatabaseAdapter {
statusregister &= ~retweetedmask;
status.put("statusregister", statusregister);
db.insertWithOnConflict("tweet", null, status, CONFLICT_IGNORE);
db.insertWithOnConflict("tweet", null, status, CONFLICT_REPLACE);
}