Enhance room creation tracking in MultiChatDialog: Implement logic to confirm room creation success, manage pending room creation attempts, and clear tracking on dialog close. Update i18n files with new localized messages for room creation status.
This commit is contained in:
@@ -85,7 +85,9 @@
|
||||
"noConnection": "No connection to chat server.",
|
||||
"invalidForm": "Please correct the room form inputs.",
|
||||
"roomNameMissing": "Please enter a room name.",
|
||||
"sent": "Room creation sent: {command}"
|
||||
"sent": "Room creation sent: {command}",
|
||||
"created": "Room \"{room}\" was created successfully.",
|
||||
"createNotConfirmed": "Room \"{room}\" is not confirmed yet. Please check room list."
|
||||
},
|
||||
"ownedRooms": {
|
||||
"title": "My created rooms",
|
||||
|
||||
Reference in New Issue
Block a user