fix sql queries to sync mail

This commit is contained in:
grimhilt
2023-04-05 16:10:10 +02:00
parent 8b4210914b
commit 51003b494b
4 changed files with 23 additions and 7 deletions

View File

@@ -21,7 +21,6 @@ interface AccountFromBack {
}
function createRoom(options: RoomFromBack): Room {
console.log(options.roomType);
return {
id: options.id,
roomName: decodeEmojis(options.roomName),