mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Implement auto-declining for self-destructed introductions
This commit is contained in:
committed by
Torsten Grote
parent
49850e4198
commit
0bf10a827f
@@ -26,9 +26,9 @@ public class IntroductionResponse extends ConversationResponse {
|
||||
boolean local, boolean read, boolean sent, boolean seen,
|
||||
SessionId sessionId, boolean accepted, Author author,
|
||||
AuthorInfo introducedAuthorInfo, Role role, boolean canSucceed,
|
||||
long autoDeleteTimer) {
|
||||
long autoDeleteTimer, boolean isAutoDecline) {
|
||||
super(messageId, groupId, time, local, read, sent, seen, sessionId,
|
||||
accepted, autoDeleteTimer, false);
|
||||
accepted, autoDeleteTimer, isAutoDecline);
|
||||
this.introducedAuthor = author;
|
||||
this.introducedAuthorInfo = introducedAuthorInfo;
|
||||
this.ourRole = role;
|
||||
|
||||
Reference in New Issue
Block a user