mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 02:39:05 +01:00
[core] remove notice about removing support for old message type
This commit is contained in:
@@ -372,9 +372,6 @@ class MessagingManagerImpl implements MessagingManager, IncomingMessageHook,
|
||||
public Set<MessageId> getMessageIds(Transaction txn, ContactId c)
|
||||
throws DbException {
|
||||
GroupId g = getContactGroup(db.getContact(txn, c)).getId();
|
||||
// Date: 2019-11-01
|
||||
// When we remove support for old messages without MSG_KEY_MSG_TYPE,
|
||||
// we can use a query here for (MSG_KEY_MSG_TYPE, PRIVATE_MESSAGE)
|
||||
Set<MessageId> result = new HashSet<>();
|
||||
try {
|
||||
Map<MessageId, BdfDictionary> messages =
|
||||
|
||||
Reference in New Issue
Block a user