multi-hotel-refactor #3

Merged
Rominou merged 27 commits from multi-hotel-refactor into master 2026-03-11 13:32:43 +00:00
5 changed files with 2 additions and 0 deletions
Showing only changes of commit 8d5a8c9dd8 - Show all commits

Binary file not shown.

Binary file not shown.

BIN
db/auth_copy_2.sqlite-shm Normal file

Binary file not shown.

View File

View File

@@ -307,6 +307,8 @@ pub async fn send_message(
params![&user_id, &payload.message, &payload.conv_id], params![&user_id, &payload.message, &payload.conv_id],
); );
let message_id = conn.last_insert_rowid();
// FIXME: add sent_at and message id in the response.
match result { match result {
Ok(rows) if rows > 0 => { Ok(rows) if rows > 0 => {
// --- send to conversation participants --- // --- send to conversation participants ---