Skip to content

Commit f3884ca

Browse files
committed
[ multiple identities ] added some text telling people to be careful.
1 parent 1ff01bd commit f3884ca

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

lib/identities-manager-window.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,18 @@ module.exports = function (config) {
249249
}
250250
},
251251
}, "Import"),
252+
h("p", [
253+
h("strong", "Attention: "),
254+
`Be very careful when importing an account.
255+
You need to wait until it finishes downloading all previous data.
256+
If you can still launch your old account, double check your last message and make sure
257+
you can see it before you attempt to post with the new account.
258+
If you attempt to post before it finishes downloading, you will gonna break your account in a irreversible way. `,
259+
h(
260+
"strong",
261+
"Do not attempt to use the account in your old device after importing it.",
262+
),
263+
]),
252264
]),
253265
]);
254266

@@ -288,6 +300,18 @@ module.exports = function (config) {
288300
}
289301
},
290302
}, "Import"),
303+
h("p", [
304+
h("strong", "Attention: "),
305+
`Be very careful when importing an account.
306+
You need to wait until it finishes downloading all previous data.
307+
If you can still launch your old account, double check your last message and make sure
308+
you can see it before you attempt to post with the new account.
309+
If you attempt to post before it finishes downloading, you will gonna break your account in a irreversible way. `,
310+
h(
311+
"strong",
312+
"Do not attempt to use the account in your old device after importing it.",
313+
),
314+
]),
291315
]),
292316
]);
293317

0 commit comments

Comments
 (0)