mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Group messages by group ID when fetching them from database.
This commit is contained in:
@@ -342,7 +342,7 @@ public interface DatabaseComponent extends TransactionManager {
|
||||
* <p/>
|
||||
* Read-only.
|
||||
*/
|
||||
Map<MessageId, GroupId> getMessagesToDelete(Transaction txn)
|
||||
Map<GroupId, Collection<MessageId>> getMessagesToDelete(Transaction txn)
|
||||
throws DbException;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user