Made private group timestamp greater than that of latest message

This commit is contained in:
Torsten Grote
2016-11-14 10:42:42 -02:00
parent c4a152b543
commit 914b72505a
3 changed files with 5 additions and 25 deletions

View File

@@ -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
*/