mirror of
https://github.com/kamax-matrix/mxisd.git
synced 2026-05-13 08:26:12 +02:00
Add warning about possibly unresolvable 3PID invites
This commit is contained in:
parent
321ba1e325
commit
cd890d114a
@ -512,6 +512,9 @@ public class InvitationManager {
|
||||
publishMapping(reply, lookup.getMxid().getId());
|
||||
} else {
|
||||
log.info("No mapping for pending invite {}", getIdForLog(reply));
|
||||
if (lookupMgr.getLocalProviders().isEmpty()) {
|
||||
log.warn("No Identity store has been configured, this invite may never resolve");
|
||||
}
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
log.error("Unable to process invite", t);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user