kopia lustrzana https://github.com/ryukoposting/Signal-Android
Don't include archived threads in recent conversation query.
rodzic
740e934e5d
commit
3474b26f61
|
@ -562,6 +562,8 @@ public class ThreadDatabase extends Database {
|
||||||
query += " AND " + RecipientDatabase.TABLE_NAME + "." + RecipientDatabase.GROUP_TYPE + " != " + RecipientDatabase.GroupType.SIGNAL_V1.getId();
|
query += " AND " + RecipientDatabase.TABLE_NAME + "." + RecipientDatabase.GROUP_TYPE + " != " + RecipientDatabase.GroupType.SIGNAL_V1.getId();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
query += " AND " + ARCHIVED + " = 0";
|
||||||
|
|
||||||
return db.rawQuery(createQuery(query, 0, limit, true), null);
|
return db.rawQuery(createQuery(query, 0, limit, true), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue