Add warning about possibly unresolvable 3PID invites
This commit is contained in:
@@ -512,6 +512,9 @@ public class InvitationManager {
|
|||||||
publishMapping(reply, lookup.getMxid().getId());
|
publishMapping(reply, lookup.getMxid().getId());
|
||||||
} else {
|
} else {
|
||||||
log.info("No mapping for pending invite {}", getIdForLog(reply));
|
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) {
|
} catch (Throwable t) {
|
||||||
log.error("Unable to process invite", t);
|
log.error("Unable to process invite", t);
|
||||||
|
Reference in New Issue
Block a user