mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 23:12:37 +01:00
Merge branch 'soru/allow-foreign-manual-verify' into 'main'
feat: Allow manual verification of other peoples devices See merge request famedly/fluffychat!374
This commit is contained in:
commit
e06132e17e
@ -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