mirror of
https://github.com/signalapp/Signal-Server
synced 2026-02-25 12:17:04 +00:00
Log cases where we fall back to a no-op spam-reporting token provider
This commit is contained in:
committed by
Jon Chambers
parent
b041566aba
commit
7561622bc8
@@ -735,6 +735,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
|
||||
}
|
||||
|
||||
if (reportSpamTokenProvider == null) {
|
||||
log.warn("No spam-reporting token providers found; using default (no-op) provider as a default");
|
||||
reportSpamTokenProvider = ReportSpamTokenProvider.noop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user