Pass renderMfm as true to wrap welcome back toast in Mfm
This commit is contained in:
@@ -224,7 +224,7 @@ export async function mainBoot() {
|
|||||||
if (Date.now() - lastUsedDate > 1000 * 60 * 60 * 2) {
|
if (Date.now() - lastUsedDate > 1000 * 60 * 60 * 2) {
|
||||||
toast(i18n.tsx.welcomeBackWithName({
|
toast(i18n.tsx.welcomeBackWithName({
|
||||||
name: $i.name || $i.username,
|
name: $i.name || $i.username,
|
||||||
}));
|
}), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
miLocalStorage.setItem('lastUsed', Date.now().toString());
|
miLocalStorage.setItem('lastUsed', Date.now().toString());
|
||||||
|
|||||||
Reference in New Issue
Block a user