mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Use protopiler for protocol buffers
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user