mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Implement auto-declining for self-destructed introductions
This commit is contained in:
committed by
Torsten Grote
parent
49850e4198
commit
0bf10a827f
@@ -289,6 +289,10 @@ class ConversationVisitor implements
|
||||
text = ctx.getString(
|
||||
R.string.introduction_response_accepted_sent,
|
||||
introducedAuthor) + suffix;
|
||||
} else if (r.isAutoDecline()) {
|
||||
text = ctx.getString(
|
||||
R.string.introduction_response_declined_auto,
|
||||
introducedAuthor);
|
||||
} else {
|
||||
text = ctx.getString(
|
||||
R.string.introduction_response_declined_sent,
|
||||
|
||||
Reference in New Issue
Block a user