diff --git a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
--- a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
+++ b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
@@ -2752,8 +2752,8 @@
     const std::vector<std::string> &ids) const {
   std::stringstream getInboundP2PMessagesSQLStream;
   getInboundP2PMessagesSQLStream << "SELECT "
-                                    " message_id, sender_device_id, "
-                                    " plaintext, status, sender_user_id "
+                                    "  message_id, sender_device_id, "
+                                    "  plaintext, status, sender_user_id "
                                     "FROM inbound_p2p_messages "
                                     "WHERE message_id IN "
                                  << getSQLStatementArray(ids.size()) << ";";
diff --git a/web/shared-worker/_generated/comm_query_executor.wasm b/web/shared-worker/_generated/comm_query_executor.wasm
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001

literal 0
Hc$@<O00001