mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Show group invitations and responses in private conversation
This commit is contained in:
@@ -3,9 +3,10 @@ package org.briarproject.api.sharing;
|
||||
import org.briarproject.api.nullsafety.NotNullByDefault;
|
||||
import org.briarproject.api.sync.GroupId;
|
||||
|
||||
import javax.annotation.concurrent.Immutable;
|
||||
import javax.annotation.concurrent.ThreadSafe;
|
||||
|
||||
@ThreadSafe
|
||||
@Immutable
|
||||
@NotNullByDefault
|
||||
public abstract class InvitationItem {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user