mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-18 23:48:26 +00:00
refactor: improve docs
This commit is contained in:
parent
e389044f25
commit
468b8f25c5
@ -163,9 +163,9 @@ class Storage(context: Context, helper: SQLCipherOpenHelper) : Database(context,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
val threadID = message.threadID
|
val threadID = message.threadID
|
||||||
|
// open group trim thread job is scheduled after processing in OpenGroupPollerV2
|
||||||
if (openGroupID.isNullOrEmpty() && threadID != null && threadID >= 0) {
|
if (openGroupID.isNullOrEmpty() && threadID != null && threadID >= 0) {
|
||||||
JobQueue.shared.add(TrimThreadJob(threadID))
|
JobQueue.shared.add(TrimThreadJob(threadID))
|
||||||
// open group trim thread job is scheduled after processing
|
|
||||||
}
|
}
|
||||||
return messageID
|
return messageID
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user