Use protopiler for protocol buffers

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
Fedor Indutny
2026-03-10 15:31:29 -07:00
committed by GitHub
parent b0e19f334e
commit c4ee32e9ee
97 changed files with 6197 additions and 6362 deletions

View File

@@ -232,7 +232,7 @@ describe('pnp/accept gv2 invite', function (this: Mocha.Suite) {
const actions = Proto.GroupChange.Actions.decode(
groupChange?.actions ?? new Uint8Array(0)
);
assert.strictEqual(actions.deletePendingMembers.length, 1);
assert.strictEqual(actions.deleteMembersPendingProfileKey.length, 1);
});
it('should accept ACI invite with extra PNI on the invite list', async () => {