mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Made private group timestamp greater than that of latest message
This commit is contained in:
@@ -192,16 +192,6 @@ public class PrivateGroupManagerImpl extends BdfIncomingMessageHook implements
|
||||
txn.attach(e);
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getMessageTimestamp(MessageId id) throws DbException {
|
||||
try {
|
||||
BdfDictionary d = clientHelper.getMessageMetadataAsDictionary(id);
|
||||
return d.getLong(KEY_TIMESTAMP);
|
||||
} catch (FormatException e) {
|
||||
throw new DbException(e);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public GroupMessageHeader addLocalMessage(GroupMessage m)
|
||||
throws DbException {
|
||||
|
||||
Reference in New Issue
Block a user