mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Wrap messages, introductions and forum invites in a ConversationManager
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.api.conversation;
|
||||
|
||||
import org.briarproject.api.introduction.IntroductionResponse;
|
||||
|
||||
public interface ConversationIntroductionResponseItem extends ConversationItem {
|
||||
|
||||
IntroductionResponse getIntroductionResponse();
|
||||
}
|
||||
Reference in New Issue
Block a user