mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 15:36:41 +00:00
@@ -117,6 +117,10 @@ public class ThreadDatabase extends Database {
|
||||
}
|
||||
|
||||
private long createThreadForRecipient(@NonNull RecipientId recipientId, boolean group, int distributionType) {
|
||||
if (recipientId.isUnknown()) {
|
||||
throw new AssertionError("Cannot create a thread for an unknown recipient!");
|
||||
}
|
||||
|
||||
ContentValues contentValues = new ContentValues(4);
|
||||
long date = System.currentTimeMillis();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user