Allow anyone to join a call link.

This commit is contained in:
Alex Hart
2024-09-10 13:10:21 -03:00
committed by Cody Henthorne
parent c3be92d365
commit 9912a5fdfe
7 changed files with 10 additions and 50 deletions

View File

@@ -392,11 +392,6 @@ public final class SignalCallManager implements CallManager.Observer, GroupCall.
return;
}
if (!RemoteConfig.adHocCalling()) {
Log.i(TAG, "Ad Hoc Calling is disabled. Ignoring request to peek.");
return;
}
networkExecutor.execute(() -> {
try {
Recipient callLinkRecipient = Recipient.resolved(id);