Merge branch 'staging' into integrity

This commit is contained in:
Cohee
2025-03-18 01:51:07 +02:00
38 changed files with 631 additions and 133 deletions

View File

@ -358,7 +358,7 @@ export async function convertSoloToGroupChat() {
// Click on the freshly selected group to open it
await openGroupById(group.id);
toastr.success('The chat has been successfully converted!');
toastr.success(t`The chat has been successfully converted!`);
}
/**