Page MenuHomePhabricator

[SQLite] remove Outbound P2P messages based on `messageID` and `deviceID`
ClosedPublic

Authored by kamil on May 16 2024, 7:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 19, 9:11 AM
Unknown Object (File)
Wed, Jun 12, 5:24 PM
Unknown Object (File)
Mon, Jun 10, 10:35 AM
Unknown Object (File)
Mon, Jun 10, 12:46 AM
Unknown Object (File)
Sun, Jun 9, 12:45 PM
Unknown Object (File)
Thu, Jun 6, 2:10 PM
Unknown Object (File)
Thu, Jun 6, 2:26 AM
Unknown Object (File)
Mon, Jun 3, 6:11 PM
Subscribers

Details

Summary

After processing the other peer will send only messageID - not full OutboundP2PMessage.

Depends on D12071

Test Plan

Tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
1149 ↗(On Diff #40289)

debugging leftover

kamil published this revision for review.May 17 2024, 3:23 AM
kamil added inline comments.
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
2149–2152 ↗(On Diff #40289)

not sure about indentation here

native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
2149–2152 ↗(On Diff #40289)

The convention is to sue the same SQL formatting conventions as we have on the keyserver. Take a look here: https://github.com/CommE2E/comm/blob/master/keyserver/src/creators/invite-link-creator.js#L158-L164

2159–2161 ↗(On Diff #40289)

Please use SQLiteDataConverters.h

2164–2169 ↗(On Diff #40289)

You can remove those lines - SQLiteStatementWrapper destructor does it automatically.

This revision is now accepted and ready to land.Thu, May 23, 8:42 AM