File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments