mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Made private group timestamp greater than that of latest message
This commit is contained in:
@@ -51,12 +51,6 @@ public interface PrivateGroupManager extends MessageTracker {
|
||||
*/
|
||||
MessageId getPreviousMsgId(GroupId g) throws DbException;
|
||||
|
||||
/**
|
||||
* Returns the timestamp of the message with the given ID
|
||||
*/
|
||||
// TODO change to getPreviousMessageHeader()
|
||||
long getMessageTimestamp(MessageId id) throws DbException;
|
||||
|
||||
/**
|
||||
* Marks the group with GroupId g as resolved
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user