mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Bind remote config to libsignal-net
This commit is contained in:
@@ -16,7 +16,8 @@ describe('isConversationTooBigToRing', () => {
|
||||
const fakeMemberships = (count: number) =>
|
||||
times(count, () => ({ aci: generateAci(), isAdmin: false }));
|
||||
|
||||
it('returns false if there are no memberships (i.e., for a direct conversation)', () => {
|
||||
it('returns false if there are no memberships (i.e., for a direct conversation)', async () => {
|
||||
await updateRemoteConfig([]);
|
||||
assert.isFalse(isConversationTooBigToRing({}));
|
||||
assert.isFalse(isConversationTooBigToRing({ memberships: [] }));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user