mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Allow anyone to join a call link.
This commit is contained in:
committed by
Cody Henthorne
parent
c3be92d365
commit
9912a5fdfe
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user