mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Private group invitation protocol.
This commit is contained in:
@@ -13,10 +13,8 @@ public class GroupInvitationItem extends InvitationItem<PrivateGroup> {
|
||||
|
||||
private final Contact creator;
|
||||
|
||||
public GroupInvitationItem(PrivateGroup shareable, boolean subscribed,
|
||||
Contact creator) {
|
||||
super(shareable, subscribed);
|
||||
|
||||
public GroupInvitationItem(PrivateGroup privateGroup, Contact creator) {
|
||||
super(privateGroup, false);
|
||||
this.creator = creator;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user