Signal-iOS/SignalServiceKit
Max Radermacher d1819186f1
Remove unnecessary tryToEnableGroupsV2 call
The only place we call this in production code ensures that all members
already support gv2. As a result, there’s no reason to try and enable
gv2 -- it’s already enabled by the time we reach this code.

There are a few places in the Debug UI that may be relying on these CDS
lookups. I’ve removed one of them since there are existing “clone as v1”
and “clone as v2” options that do nearly the same thing. In another
case, I’ve dropped a reference to a live, non-test account. The other
places in the Debug UI that use this method either construct invalid
phone numbers that will never pass a CDS lookup, or they explicitly
provide UUIDs, which would exclude them from performing a lookup.
2022-10-11 17:46:52 -07:00
..
Experience Upgrades Upsert the correct ExperienceUpgrade model 2022-10-11 11:36:34 -07:00
protobuf Rev the storiesDisabled storage service field 2022-10-06 11:08:58 -07:00
Resources Add StoryContextAssociatedData to compute story tab badge count without hidden stories 2022-10-03 21:16:01 -07:00
src Remove unnecessary tryToEnableGroupsV2 call 2022-10-11 17:46:52 -07:00
tests Fix nullability for countryNameFromCountryCode 2022-10-11 17:30:58 -07:00
.clang-format Update clang-format with AllowShortEnumsOnASingleLine: false 2022-03-14 11:20:20 -07:00
.gitignore
.travis.yml
SignalServiceKit-Prefix.pch SignalServiceKit: no longer a separate pod 2022-08-05 16:14:15 -05:00
SignalServiceKit.h Swiftify fake message sender 2022-10-05 10:50:53 +00:00