doc: Update messaging when deleting a contact to warn about same DIDs.

This commit is contained in:
2025-08-17 17:38:50 -06:00
parent 215c37f00a
commit c1ae5cbfb8

View File

@@ -490,6 +490,7 @@ export default class DIDView extends Vue {
message +=
" Note that they can see your activity, so if you want to hide your activity from them then you should do that first.";
}
message += " Note that this will also remove anyone with the same DID underneath.";
this.notify.confirm(message, async () => {
await this.deleteContact(contact);
});