mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +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)
|
public Set<MessageId> getMessageIds(Transaction txn, ContactId c)
|
||||||
throws DbException {
|
throws DbException {
|
||||||
GroupId g = getContactGroup(db.getContact(txn, c)).getId();
|
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<>();
|
Set<MessageId> result = new HashSet<>();
|
||||||
try {
|
try {
|
||||||
Map<MessageId, BdfDictionary> messages =
|
Map<MessageId, BdfDictionary> messages =
|
||||||
|
|||||||
Reference in New Issue
Block a user