Recreate plausible private group sharing sessions when re-adding contact from group

This commit is contained in:
Torsten Grote
2021-01-15 15:43:58 -03:00
parent c4c70f5ac2
commit d3dbcfd62d
5 changed files with 170 additions and 36 deletions

View File

@@ -110,9 +110,9 @@ public interface PrivateGroupManager {
throws DbException;
/**
* Returns true if the private group with the given ID was created by us.
* Returns true if the given private group was created by us.
*/
boolean isOurPrivateGroup(Transaction txn, GroupId g) throws DbException;
boolean isOurPrivateGroup(Transaction txn, PrivateGroup g) throws DbException;
/**
* Returns the text of the private group message with the given ID.