mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 15:02:33 +01:00
feat: Allow manual verification of other peoples devices
This commit is contained in:
parent
2bd00e6bb3
commit
ad3c89b41a
@ -173,16 +173,16 @@ class _ChatEncryptionSettingsState extends State<ChatEncryptionSettings> {
|
|||||||
child: Text(L10n.of(context).verifyStart),
|
child: Text(L10n.of(context).verifyStart),
|
||||||
value: 'verify',
|
value: 'verify',
|
||||||
));
|
));
|
||||||
items.add(PopupMenuItem(
|
|
||||||
child: Text(L10n.of(context).verifyManual),
|
|
||||||
value: 'verify_manual',
|
|
||||||
));
|
|
||||||
} else {
|
} else {
|
||||||
items.add(PopupMenuItem(
|
items.add(PopupMenuItem(
|
||||||
child: Text(L10n.of(context).verifyUser),
|
child: Text(L10n.of(context).verifyUser),
|
||||||
value: 'verify_user',
|
value: 'verify_user',
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
items.add(PopupMenuItem(
|
||||||
|
child: Text(L10n.of(context).verifyManual),
|
||||||
|
value: 'verify_manual',
|
||||||
|
));
|
||||||
}
|
}
|
||||||
if (deviceKeys[i].blocked) {
|
if (deviceKeys[i].blocked) {
|
||||||
items.add(PopupMenuItem(
|
items.add(PopupMenuItem(
|
||||||
|
Loading…
Reference in New Issue
Block a user