Skeleton for invitation policies (#130)

This commit is contained in:
Max Dor
2019-02-14 23:02:55 +01:00
parent 2f7e5e4025
commit aadfae2965
13 changed files with 326 additions and 41 deletions

View File

@@ -95,7 +95,7 @@ public class RegistrationManager {
}
}
public boolean allow(ThreePid tpid) {
public boolean isAllowed(ThreePid tpid) {
return invMgr.hasInvite(tpid);
}